mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 15:05:43 -05:00
Trying To Run Commands With ash
This commit is contained in:
parent
77b26af77c
commit
804ee0d7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
- name: Install node
|
||||||
shell: /bin/ash
|
shell: ash -e {0}
|
||||||
run: apk add --update nodejs
|
run: apk add --update nodejs
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue