Skip to content

Commit

Permalink
CI: Fix preset configure target for Linux Conan 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Apr 5, 2024
1 parent 45b3e68 commit 58b8348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- { name: "Windows VS 16 - Conan 1.x", os: "windows-2019", conan_version: "1.*", preset_configure: "default", preset_build: "release", zip_appendix: "win64-vs2019-conan1" }
- { name: "Windows VS 17 - Conan 2.x", os: "windows-2022", conan_version: "2.*", preset_configure: "conan-default", preset_build: "conan-release", zip_appendix: "win64-vs2022-conan2" }
- { name: "Linux GCC - Conan 1.x", os: "ubuntu-22.04", conan_version: "1.*", preset_configure: "release", preset_build: "release", zip_appendix: "linux-gcc-conan1" }
- { name: "Linux GCC - Conan 2.x", os: "ubuntu-22.04", conan_version: "2.*", preset_configure: "conan-default", preset_build: "conan-release", zip_appendix: "linux-gcc-conan2" }
- { name: "Linux GCC - Conan 2.x", os: "ubuntu-22.04", conan_version: "2.*", preset_configure: "conan-release", preset_build: "conan-release", zip_appendix: "linux-gcc-conan2" }
name: ${{ matrix.config.name }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 58b8348

Please sign in to comment.