Skip to content

Commit

Permalink
Merge pull request #34 from LedgerHQ/fix/brew
Browse files Browse the repository at this point in the history
[ci][fix] Using 'pip' to install 'conan' instead of 'brew'
  • Loading branch information
lpascal-ledger authored Oct 7, 2022
2 parents 687536e + 976d2c1 commit 06530cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
make deps
brew install conan
pip install install conan
- run: cmake -DCMAKE_BUILD_TYPE=Debug . && make
- run: GTEST_COLOR=1 ASAN_OPTIONS=detect_leaks=0 ctest -VV

Expand Down

0 comments on commit 06530cc

Please sign in to comment.