Skip to content

Commit

Permalink
build: remove conan installation from CI workflow 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Aug 13, 2024
1 parent 3ef82a4 commit 9cd5071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Install deps
run: |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
pip install conan
make deps
- run: make cpp_test

Expand Down

0 comments on commit 9cd5071

Please sign in to comment.