Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 1, 2023
1 parent 8deb8f8 commit f8302e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
config:
- os: ubuntu-latest
conan-install-cmd: conan install conanfile-linux.txt -s compiler.cppstd=gnu20
conan-install-cmd: conan install conanfile-linux.txt -s compiler.cppstd=20 --build missing
- os: windows-latest
conan-install-cmd: conan install conanfile-windows.txt -s compiler.cppstd=gnu20
conan-install-cmd: conan install conanfile-windows.txt -s compiler.cppstd=20 --build missing
fail-fast: false
steps:
- name: "Checkout"
Expand Down

0 comments on commit f8302e9

Please sign in to comment.