Fix CI for setup-alpine

Ref: https://github.com/jirutka/setup-alpine/issues/15
This commit is contained in:
Saúl Ibarra Corretgé 2024-10-15 13:00:34 +02:00
parent 47846c585b
commit e204fa53a3

View file

@ -98,6 +98,12 @@ jobs:
popd
echo "CC=tcc" >> $GITHUB_ENV;
- name: Install extra dependencies
if: ${{ matrix.config.arch != '' }}
shell: 'sh'
run: |
sudo apt update && sudo apt install -y binfmt-support
- name: Setup Alpine
if: ${{ matrix.config.arch != '' }}
uses: jirutka/setup-alpine@v1