File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 export WASM_LDLIBS='-lc'
5454 node build/wasm.js
5555
56- - name : Determine latest release
56+ - name : Determine latest release for Node.js ${{ matrix.node-version }}
5757 id : release
5858 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
5959 with :
6565 const latest = releases.find((r) => r.version.startsWith('v${{ matrix.node-version }}'))
6666 return latest.version
6767
68- - name : Download and extract source
68+ - name : Download and extract source for Node.js ${{ steps.release.outputs.result }}
6969 run : curl https://nodejs.org/download/release/${{ steps.release.outputs.result }}/node-${{ steps.release.outputs.result }}.tar.xz | tar xfJ -
7070
7171 - name : Install ninja
7676 with :
7777 key : node(external_undici)${{ steps.release.outputs.result }}
7878
79- - name : Build node
79+ - name : Build node ${{ steps.release.outputs.result }} with --shared-builtin-undici/undici-path
8080 working-directory : ./node-${{ steps.release.outputs.result }}
8181 run : |
8282 export CC="ccache gcc"
You can’t perform that action at this time.
0 commit comments