From 3fc8a8fe06e1f00ea8abc7eae75914175e4becd3 Mon Sep 17 00:00:00 2001 From: Tamino Bauknecht Date: Tue, 26 Nov 2024 17:30:13 +0100 Subject: [PATCH] ci: Experimentation --- .github/workflows/cpp-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp-build.yml b/.github/workflows/cpp-build.yml index 37dcf42..175b617 100644 --- a/.github/workflows/cpp-build.yml +++ b/.github/workflows/cpp-build.yml @@ -60,9 +60,9 @@ jobs: - if: ${{ steps.cache-dependencies.outputs.cache-hit != 'true' }} name: Install dependencies run: | + mkdir -pv ${{ env.apk_package_cache }} + ln -s ${{ env.apk_package_cache }} /etc/apk/cache apk update - apk add alpine-conf # install setup-apkcache - #setup-apkcache ${{ env.apk_package_cache }} apk add \ cmake \ ninja-build \