Skip to content

Commit

Permalink
Build: update macOS CI scripts
Browse files Browse the repository at this point in the history
- Install libboost-iostreams-dev

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Dec 31, 2024
1 parent 2946b84 commit 4c95b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-jammy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Build Essentials
run: |
sudo apt-get update
sudo apt-get install wget lsb-release gnupg curl
sudo apt-get install wget lsb-release gnupg curl libboost-iostreams-dev
- name: Install Build Tools
run: |
Expand Down

0 comments on commit 4c95b3f

Please sign in to comment.