summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2024-01-26 22:48:04 +0100
committeraristocratos <gnmjpl@gmail.com>2024-01-26 22:48:04 +0100
commiteab6c5813795ebbe1005bb7c124103023d193571 (patch)
treeccc737c224c51fa33cb3796efb10b024dc3fd377
parent8019e117c759b747601efe73de945e2a49eb19c2 (diff)
Fix dependencies for Continuous Build Gpu
-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