Skip to content

Commit

Permalink
Fix dependencies for Continuous Build Gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Jan 26, 2024
1 parent 8019e11 commit eab6c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install build tools
run: apk add --no-cache --update gcc
run: apk add --no-cache --update gcc g++ make

- name: Compile
run: make CXX=g++ GPU_SUPPORT=true
Expand Down

0 comments on commit eab6c58

Please sign in to comment.