This commit is contained in:
parent
3589b0e5b6
commit
a7f9e3aba3
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: bitnami/minideb:bullseye-arm64
|
image: bitnami/minideb:bullseye-arm64
|
||||||
steps:
|
steps:
|
||||||
|
- name: Dependencies
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install node
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue