Skip to content

Commit

Permalink
Try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 17, 2024
1 parent 6e13611 commit cde6759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,15 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: install Conan
run: pip install wheel 'conan~=${{ matrix.conan }}.0' cupcake
run: pipx install 'conan~=${{ matrix.conan }}.0' cupcake
- name: check environment
run: |
env | sort
echo ${PATH} | tr ':' '\n'
python --version
conan --version
cmake --version
cupcake --version
- name: configure Conan
if: matrix.conan == 1
run: |
Expand Down

0 comments on commit cde6759

Please sign in to comment.