This commit is contained in:
parent
507cf33e5b
commit
ba71dd0370
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install -y nodejs openjdk-21-jre-headless wget zstd
|
apt update && apt install -y git nodejs openjdk-21-jre-headless wget zstd
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue