use apt instead of apt-get
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Install needed packages
|
- name: Install needed packages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y install nodejs
|
sudo apt -y install nodejs
|
||||||
|
|
||||||
# the build is fully handled by the reusable github action
|
# the build is fully handled by the reusable github action
|
||||||
- name: Build Custom Image
|
- name: Build Custom Image
|
||||||
|
Reference in New Issue
Block a user