adding curl and bash
This commit is contained in:
parent
36e91e89f6
commit
3c723a8109
|
@ -8,7 +8,7 @@ jobs:
|
|||
image: docker:latest
|
||||
steps:
|
||||
- name: Installing node
|
||||
run: apk add nodejs git
|
||||
run: apk add nodejs git curl bash
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Bun runtime
|
||||
|
|
Loading…
Reference in New Issue