Skip to content

Commit bd9efb5

Browse files
authored
build: use 2.x version nasm (#1134)
1 parent fca5d6e commit bd9efb5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
settings:
7878
- host: macos-latest
7979
target: 'x86_64-apple-darwin'
80-
setup: brew install nasm
8180
build: |
8281
rustc --print target-cpus
8382
clang --version
@@ -144,7 +143,7 @@ jobs:
144143
export CXX=riscv64-linux-gnu-g++
145144
yarn build --target riscv64gc-unknown-linux-gnu
146145
147-
name: stable - ${{ matrix.settings.target }} - node@20
146+
name: stable - ${{ matrix.settings.target }} - node@22
148147
runs-on: ${{ matrix.settings.host }}
149148

150149
steps:
@@ -177,7 +176,7 @@ jobs:
177176

178177
- name: Setup nasm
179178
uses: ilammy/setup-nasm@v1
180-
if: ${{ matrix.settings.host == 'windows-latest' || matrix.settings.target == 'x86_64-unknown-linux-musl' }}
179+
if: ${{ matrix.settings.host == 'windows-latest' || matrix.settings.target == 'x86_64-unknown-linux-musl' || matrix.settings.target == 'x86_64-apple-darwin' }}
181180

182181
- name: Install
183182
uses: ./.github/actions/setup-rust

0 commit comments

Comments
 (0)