From ea75635c0bb83501b1bc1e086107cfc0e898986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 23 Jul 2023 10:17:15 +0100 Subject: [PATCH] try install nix via action --- .gitea/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 658a1a9e..bea8c685 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,12 +10,8 @@ jobs: - name: Hello run: | echo "Hello and welcome" - - name: Install dependencies - run: | - curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ - --extra-conf "sandbox = false" \ - --init none \ - --no-confirm + - name: Install Nix + uses: https://github.com/DeterminateSystems/nix-installer-action@v4 - uses: actions/checkout@v3 name: Checkout - name: Metadata