Skip to content

Commit

Permalink
Update .github/workflows/on_PR_linux_special_builds.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Miloš Komarčević <[email protected]>
  • Loading branch information
enen92 and kmilos committed Jun 18, 2024
1 parent 98c8583 commit c0c2818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on_PR_linux_special_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install dependencies
- name: Install dependencies
run: |
python3 -m pip install conan==1.59.0 ninja
sudo apt install -y ninja-build
python3 -m pip install conan==1.*
- name: Conan common config
run: |
Expand Down

0 comments on commit c0c2818

Please sign in to comment.