This commit is contained in:
parent
14d3cbf9fa
commit
6d81b8e66f
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,9 @@ jobs:
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
- name: Update git
|
- name: Update git
|
||||||
run: sudo apt-get update && sudo apt-get install -y git
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install -y git
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue