Attempt different shell
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 0s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 0s
This commit is contained in:
@@ -9,10 +9,8 @@ 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
|
||||
run: ls -la
|
||||
- name: Install Nix
|
||||
run: "sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon --yes"
|
||||
run: "bash <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon --yes"
|
||||
|
||||
Reference in New Issue
Block a user