mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 22:52:47 +08:00
Enhance Alpine workflow with cache key
Added cache key for build caching in Alpine workflow.
This commit is contained in:
parent
a847788226
commit
6d5ca40802
2
.github/workflows/alpine.yml
vendored
2
.github/workflows/alpine.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user