Skip to content

Commit

Permalink
Fix broken CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Nov 9, 2023
1 parent 888e247 commit 21bcc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v3
- name: deps
run: |
sudo apt-get update
sudo apt-get install -y libzmq3-dev libxerces-c-dev python3-dev
- name: cmake
run: |
Expand Down

0 comments on commit 21bcc66

Please sign in to comment.