Skip to content

Commit

Permalink
update the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshen1987 committed Oct 11, 2024
1 parent b612a8e commit 6eb9790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Set up GSL library
run: sudo apt-get install libgsl-dev
- name: Build iSS
run: |
mkdir build
Expand Down

0 comments on commit 6eb9790

Please sign in to comment.