Enhance Alpine workflow with cache key

Added cache key for build caching in Alpine workflow.
This commit is contained in:
HedgehogInTheCPP 2026-08-14 00:31:28 +03:00 committed by GitHub
parent a847788226
commit 6d5ca40802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
branch: ${{ matrix.arch == 'riscv64' && 'edge' || 'latest-stable' }}
cache-key: ${{ github.run_id }}
packages: >
build-base
cmake
@ -32,7 +33,6 @@ jobs:
linux-headers
git
bash
build-base
- name: Prepare
run: |
cmake -DFASTFLOAT_TEST=ON -B build