Ensure curl is present
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 14s

This commit is contained in:
2025-10-03 17:43:10 +02:00
parent df64786a63
commit ea83b2589f

View File

@@ -9,6 +9,7 @@ jobs:
image: node:lts
steps:
- uses: actions/checkout@v4
- run: apt update && apt install curl -y
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder