Skip to content

Commit

Permalink
Configure Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Oct 31, 2023
1 parent 8edd291 commit 0c6c2ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
conan --version
cmake --version
gcc --version
make --version
cupcake --version
env
4 changes: 4 additions & 0 deletions .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ runs:
run: |
pip install --upgrade pip
pip install wheel 'conan<2' poetry 'cupcake>=0.2'
- name: configure Conan
shell: bash
run: |
conan profile new default --detect
2 changes: 1 addition & 1 deletion .github/actions/install-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ runs:
python --version
conan --version
cmake --version
make --version
cupcake --version
dir env:

0 comments on commit 0c6c2ce

Please sign in to comment.