parent
2acba51aaa
commit
6943169296
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ jobs:
|
||||||
id: dependencies
|
id: dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y -qq nodejs git
|
apt-get install -y -qq nodejs curl git
|
||||||
|
curl -sSL https://get.docker.com/ | sh
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue