Skip to content

Commit

Permalink
Try apt-get update in CI/CD
Browse files Browse the repository at this point in the history
To see if it fixes the build issue

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Jan 13, 2024
1 parent 06ce17e commit 657255c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libboost-dev libboost-filesystem-dev libboost-program-options-dev libyaml-cpp-dev valgrind
- uses: actions/checkout@v4
Expand Down

0 comments on commit 657255c

Please sign in to comment.