Update .github/workflows/build-canaryv3.yml
This commit is contained in:
parent
63b8f67b77
commit
5348c1d6da
6
.github/workflows/build-canaryv3.yml
vendored
6
.github/workflows/build-canaryv3.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
|||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update APT Cache
|
||||||
|
run: apt-get update -y
|
||||||
|
|
||||||
|
- name: Update APT Cache
|
||||||
|
run: apt-get install nodejs npm -y
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
|
Loading…
Reference in New Issue
Block a user