Skip to content

Commit

Permalink
Install Boost for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yaito3014 committed Aug 12, 2024
1 parent 18c14f2 commit ecdd58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Boost
run: apt update && apt-get install libboost-test-dev

- name: Configure CMake
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit ecdd58b

Please sign in to comment.