Skip to content

Commit 6e43b89

Browse files
committed
Install nasm [skip skia]
1 parent 89a12f3 commit 6e43b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Setup nasm
179179
uses: ilammy/setup-nasm@v1
180-
if: matrix.settings.host == 'windows-latest'
180+
if: ${{ matrix.settings.host == 'windows-latest' || matrix.settings.target == 'x86_64-unknown-linux-musl' }}
181181

182182
- name: Install
183183
uses: ./.github/actions/setup-rust

0 commit comments

Comments
 (0)