Skip to content

Commit

Permalink
Added libz-dev and libbz2-dev dependencies to make sure they are on t…
Browse files Browse the repository at this point in the history
…he system.
  • Loading branch information
hendriks73 committed Oct 28, 2023
1 parent aa1bbee commit 05ab410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu crossbuild-essential-arm64
sudo apt-get install -y libbz2-dev libz-dev
- name: Set up Doxygen
run: sudo apt-get install -y doxygen
Expand Down

0 comments on commit 05ab410

Please sign in to comment.