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
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-kinetic
|
||||
runs-on: node-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
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 \
|
||||
--extra-conf "sandbox = false" \
|
||||
--init none \
|
||||
|
|
Loading…
Reference in a new issue