From 1040a10e1601ebb851742897fe61f77814cad19c Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Apr 2023 10:07:24 -0600 Subject: [PATCH] try to unset vars --- .gitea/workflows/check-flake.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index f3f0284..48f0a78 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -11,16 +11,13 @@ defaults: jobs: check-flake: - runs-on: NixOS + runs-on: ubuntu-latest steps: - # - name: Install basic dependencies - # run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils + - name: Install basic dependencies + run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils - # - name: Install Nix - # uses: https://github.com/cachix/install-nix-action@v20 - - - name: Install dependencies - run: nix-shell -p nodejs-18_x + - name: Install Nix + uses: https://github.com/cachix/install-nix-action@v20 - name: Checkout the repository uses: actions/checkout@v3