Skip to content

Commit

Permalink
Fix CI for setup-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 15, 2024
1 parent 47846c5 commit e204fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e204fa5

Please sign in to comment.