summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/continuous-build-gpu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-build-gpu.yml b/.github/workflows/continuous-build-gpu.yml
index 2c64738..e3bdf01 100644
--- a/.github/workflows/continuous-build-gpu.yml
+++ b/.github/workflows/continuous-build-gpu.yml
@@ -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