Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 29, 2023
1 parent a20cae8 commit 17b80e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ jobs:
- name: Install Dependencies
run: |
conan profile detect
conan profile update settings.compiler.cppstd=20 default
sudo conan install . --output-folder=build --build=missing --conf tools.system.package_manager:mode=install
sudo conan install . --output-folder=build --build=missing --settings compiler.cppstd=17 --conf tools.system.package_manager:mode=install

0 comments on commit 17b80e2

Please sign in to comment.