@@ -153,14 +153,11 @@ jobs:
153153 timezoneMacos : ' Pacific/Auckland'
154154 - name : Check out libOpenCOR
155155 uses : actions/checkout@v4
156- - name : Free disk space (Linux only)
156+ - name : Free disk space
157157 if : ${{ runner.os == 'Linux' }}
158158 run : |
159- df -h
160159 sudo rm -rf /opt/hostedtoolcache
161- df -h
162160 sudo docker image prune --all --force
163- df -h
164161 - name : Configure MSVC
165162 if : ${{ runner.os == 'Windows' }}
166163 uses : ilammy/msvc-dev-cmd@v1
@@ -178,9 +175,6 @@ jobs:
178175 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34
179176 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34
180177 CIBW_SKIP : ' cp38* *musllinux*'
181- - name : Check disk space after build
182- if : ${{ runner.os == 'Linux' }}
183- run : df -h
184178 - name : Upload Python wheel artifacts
185179 uses : actions/upload-artifact@v4
186180 with :
@@ -222,6 +216,11 @@ jobs:
222216 timezoneLinux : ' Pacific/Auckland'
223217 - name : Check out libOpenCOR
224218 uses : actions/checkout@v4
219+ - name : Install Node.js
220+ uses : actions/setup-node@v4
221+ with :
222+ node-version : ' lts/*'
223+ registry-url : ' https://registry.npmjs.org'
225224 - name : Install CMake and Ninja
226225 uses : lukka/get-cmake@latest
227226 - name : Install buildcache
0 commit comments