Skip to content

Commit d9944f4

Browse files
committed
update CI dependencies to enable act
- act allows you to run GitHub Actions locally but requires minor changes to the workflow
1 parent 1f84c34 commit d9944f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
sudo apt-get update
34-
sudo apt-get install -y g++ python3-pip cmake
35-
pip3 install conan
34+
sudo apt-get install -y g++ python3-pip cmake ninja-build
35+
pip3 install conan --break-system-packages
3636
cmake --version
3737
3838
- name: Configure

0 commit comments

Comments
 (0)