Skip to content

Commit

Permalink
install boost
Browse files Browse the repository at this point in the history
  • Loading branch information
wistaria committed Mar 11, 2023
1 parent 4ae18b5 commit 987e6cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: install boost
run: sudo apt-get install libboost-dev
- name: test
run: cd fibonacci && sh test.sh

0 comments on commit 987e6cf

Please sign in to comment.