Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Sep 26, 2024
1 parent 31fe762 commit 5690a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install Build Dependencies
if: matrix.config.name == 'Ubuntu'
run: sudo bash -c 'apt-get update && apt-get install build-essential cmake'
run: sudo bash -c 'apt-get update && apt-get -y install build-essential cmake'

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

0 comments on commit 5690a08

Please sign in to comment.