File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments