try running nix instaler manually
This commit is contained in:
parent
d3c7486583
commit
0f301c0496
1 changed files with 1 additions and 3 deletions
|
@ -5,12 +5,10 @@ env:
|
||||||
DEV_SHELL_NAME: CI
|
DEV_SHELL_NAME: CI
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-kinetic
|
runs-on: node-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
|
||||||
apt-get install -y nodejs git curl
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
|
||||||
--extra-conf "sandbox = false" \
|
--extra-conf "sandbox = false" \
|
||||||
--init none \
|
--init none \
|
||||||
|
|
Loading…
Reference in a new issue