Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangzizhou committed Oct 11, 2024
1 parent daa0863 commit c39638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -o Acquire::Retries=3 install ccache
sudo apt-get install libmpfr-dev libmpfr-doc
sudo apt-get install libmpfr-dev libmpfr-doc libboost-all-dev
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
- name: Cache Build
Expand Down

0 comments on commit c39638c

Please sign in to comment.