Skip to content

Commit

Permalink
Re-introduce detection of default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Master92 committed Nov 14, 2024
1 parent 313526a commit 96dd7c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
fi
fi
- name: 🐸 Create default Conan profile
run: conan profile detect

- name: ☁️ Get dependencies
run: conan install ${{ github.workspace }} --profile:build=${{ steps.strings.outputs.profile }} --build=missing -s compiler.cppstd=20 -o testing=True

Expand Down

0 comments on commit 96dd7c0

Please sign in to comment.