mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 22:52:47 +08:00
Downgrade setup-alpine action to version 2
This commit is contained in:
parent
ee25fec2b7
commit
998f3eb149
2
.github/workflows/alpine.yml
vendored
2
.github/workflows/alpine.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install latest Alpine Linux for ${{ matrix.arch }}
|
||||
uses: jirutka/setup-alpine@v3
|
||||
uses: jirutka/setup-alpine@v2
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
branch: ${{ matrix.arch == 'riscv64' && 'edge' || 'latest-stable' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user