Skip to content

Commit

Permalink
install boost on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 2, 2024
1 parent 6ab8825 commit 9b6ffbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ jobs:
uses: jurplel/[email protected]
with:
version: 6.6.*


- name: Download and install Boost
uses: MarkusJx/[email protected]
with:
boost_version: 1.86.0

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 9b6ffbb

Please sign in to comment.