From eab6c5813795ebbe1005bb7c124103023d193571 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Fri, 26 Jan 2024 22:48:04 +0100 Subject: [PATCH] Fix dependencies for Continuous Build Gpu --- .github/workflows/continuous-build-gpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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