Install nodejs package
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -30,6 +30,11 @@ jobs:
|
|||||||
# !! Add your recipes here
|
# !! Add your recipes here
|
||||||
- recipe.yml
|
- recipe.yml
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo dnf install -y nodejs
|
||||||
|
|
||||||
- uses: sigstore/cosign-installer@v3.9.0
|
- uses: sigstore/cosign-installer@v3.9.0
|
||||||
with:
|
with:
|
||||||
install-dir: /usr/bin
|
install-dir: /usr/bin
|
||||||
|
Reference in New Issue
Block a user