Install Node.js in Windows build container
Some checks failed
Build Binaries / build-linux (push) Successful in 37s
Build Binaries / build-windows (push) Failing after 36s

This commit is contained in:
2026-01-13 16:46:10 +01:00
parent f72c393a74
commit e37bfee11a

View File

@@ -35,6 +35,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: tobix/pywine:3.11 container: tobix/pywine:3.11
steps: steps:
- name: Install Node.js
run: |
apt-get update
apt-get install -y nodejs
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3