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 3ada169 commit b59cfe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: actions/checkout@v4

- name: Install Conan
run: pip install conan
run: |
pip install conan
- name: Install Dependencies
run: |
Expand Down

0 comments on commit b59cfe2

Please sign in to comment.