Skip to content

Commit

Permalink
Fix brew boost version to 1.85
Browse files Browse the repository at this point in the history
The latest boost (1.87) have removed deprecated version that Simple-Web that we have still uses.
For now, fix the CI until we fix simple-web
  • Loading branch information
greenscientist committed Dec 20, 2024
1 parent dfa01c1 commit af26db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Temporary Workaround for conflict with multiple python in brew
brew install --overwrite python@3.12 python@3.11 python@3.10
brew install autoconf automake libtool pkg-config
brew install boost
brew install boost@1.85
brew install capnp
brew install spdlog
brew install nlohmann-json
Expand Down

0 comments on commit af26db0

Please sign in to comment.