Skip to content

Commit

Permalink
Explicitly use profile as build
Browse files Browse the repository at this point in the history
  • Loading branch information
Master92 committed Nov 14, 2024
1 parent e7c8716 commit 313526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
fi
- name: ☁️ Get dependencies
run: conan install ${{ github.workspace }} --profile=${{ steps.strings.outputs.profile }} --build=missing -s compiler.cppstd=20 -o testing=True
run: conan install ${{ github.workspace }} --profile:build=${{ steps.strings.outputs.profile }} --build=missing -s compiler.cppstd=20 -o testing=True

- name: 🛠️ Configure CMake
run: cmake --preset ${{ steps.strings.outputs.preset-name }}
Expand Down

0 comments on commit 313526a

Please sign in to comment.