Install git in Windows build container
This commit is contained in:
@@ -35,10 +35,10 @@ 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
|
- name: Install Node.js and Git
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs git
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user