This commit is contained in:
parent
6eb3ead4c9
commit
40c65e4d88
@ -14,6 +14,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
container: node:19-alpine
|
container: node:19-alpine
|
||||||
steps:
|
steps:
|
||||||
|
- name: install git
|
||||||
|
run: |
|
||||||
|
apt install git --assume-yes
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user