From 6bba9cf2b907268a1c6568bc02b30cf69d50fb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 27 Apr 2024 12:36:00 +0100 Subject: [PATCH] remove nix quick install action as it does not suppor taarch64 --- .gitea/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3fb78729..2062ff83 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,7 +9,6 @@ jobs: steps: - uses: actions/checkout@v3 name: Checkout - - uses: https://github.com/nixbuild/nix-quick-install-action@v27 - name: Restore and cache Nix store uses: https://github.com/nix-community/cache-nix-action@v5