Ensure curl is present
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 14s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 14s
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
|||||||
image: node:lts
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: apt update && apt install curl -y
|
||||||
- name: echo in image
|
- name: echo in image
|
||||||
run: echo "Hello Workflow world!"
|
run: echo "Hello Workflow world!"
|
||||||
- name: List current folder
|
- name: List current folder
|
||||||
|
|||||||
Reference in New Issue
Block a user