Skip to content

Commit

Permalink
install g++-7 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Apr 2, 2021
1 parent 39528d9 commit 471aaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@master
with:
submodules: true
- run: sudo apt update && sudo apt install nvidia-cuda-toolkit
- run: sudo apt update && sudo apt install g++-7
- run: sudo apt install nvidia-cuda-toolkit
if: matrix.variant == 'gpu'
- run: source/install/build_cc.sh
env:
Expand Down

0 comments on commit 471aaae

Please sign in to comment.