Skip to content

Commit

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

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Dec 31, 2024
1 parent a59b1fe commit 046b739
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 libboost-iostreams-dev
sudo apt-get install wget lsb-release gnupg curl libboost-iostreams-dev libboost-filesystem-dev
- name: Install Build Tools
run: |
Expand Down

0 comments on commit 046b739

Please sign in to comment.