From 5efb3d0a4b8364a1aa8f1035fc38c221f332ffa9 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Fri, 27 Sep 2024 14:42:21 +0300 Subject: [PATCH] fixup! Update ci workflow to work with forgejo --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8794e1c..591d0a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,8 @@ jobs: git config --local --unset http.${{ github.server_url }}/.extraheader git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" git lfs pull - - uses: "https://github.com/DeterminateSystems/nix-installer-action@main" - - uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main" - - name: Run `nix build` + - name: Run Nix Build + uses: docker://hub.docker.com/nixpkgs/nix-flakes:nixos-24.05 run: nix build . # - uses: actions/upload-pages-artifact@v3 # with: