Skip to content

Commit

Permalink
ci: Experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Nov 26, 2024
1 parent 012b805 commit 3fc8a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3fc8a8f

Please sign in to comment.