This commit is contained in:
parent
14d3cbf9fa
commit
6d81b8e66f
1 changed files with 4 additions and 2 deletions
|
|
@ -10,8 +10,10 @@ jobs:
|
|||
runs-on: debian
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue