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