Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jun 19, 2024
1 parent 84368ae commit b27abbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Setup Linux
run: |
sudo apt install -y libglfw3-dev libglfw3
- name: Installing conan
run: |
pip install conan
- name: Checking conan version
run: |
conan --version
- name: Installing conan dependencies
run: |
conan install . --build=missing -s build_type=Release
Expand Down

0 comments on commit b27abbf

Please sign in to comment.