Skip to content

Commit

Permalink
CI: Remove unused microsoft/setup-msbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Feb 16, 2024
1 parent 2b88fe6 commit 31b8981
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
matrix:
config:
- { name: "Windows VS 16 - Conan 1.x", os: "windows-2019", conan_version: "1.*", zip_appendix: "win64-vs2019" }
- { name: "Windows VS 17 - Conan 2.x", os: "windows-2022", conan_version: "2.*", zip_appendix: "win64-vs2022" }
- { name: "Windows VS 17 - Conan 2.x", os: "windows-2022", conan_version: "2.*", zip_appendix: "win64-vs2022" }
- { name: "Linux GCC - Conan 1.x", os: "ubuntu-22.04", conan_version: "1.*", zip_appendix: "linux-gcc" }
name: ${{ matrix.config.name }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
if: matrix.config.name == 'Windows'
- name: Install Conan
run: |
pip install conan==${{ matrix.config.conan_version }} cmake
Expand Down

0 comments on commit 31b8981

Please sign in to comment.