try running nix instaler manually

This commit is contained in:
Cyryl Płotnicki 2023-07-01 09:21:40 +01:00
parent d3c7486583
commit 0f301c0496

View file

@ -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 \