Install git in Windows build container
All checks were successful
Build Binaries / build-windows (push) Successful in 1m10s
Build Binaries / build-linux (push) Successful in 47s

This commit is contained in:
2026-01-13 16:49:21 +01:00
parent e37bfee11a
commit 7e913b8201

View File

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