mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:16:33 -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
|
||||
steps:
|
||||
- name: Install node
|
||||
shell: /bin/ash
|
||||
shell: ash -e {0}
|
||||
run: apk add --update nodejs
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue