Downgrade setup-alpine action to version 2

This commit is contained in:
HedgehogInTheCPP 2026-08-18 00:38:15 +03:00 committed by GitHub
parent ee25fec2b7
commit 998f3eb149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' }}