From b5b0bc496eb8835009e5a97ee1da7456213d69c7 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..b7214bc 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: