From 16b69eb5038b319df7ea08e4c510ba2fefeb6ee1 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:18:18 +0100 Subject: [PATCH] ci: consistently install repository with actions/checkout GitHub Action --- .github/workflows/check.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d8ad583f..408aacea 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -122,16 +122,13 @@ jobs: check: ${{ fromJSON(needs.get-derivations.outputs.derivations) }} steps: + - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: | nix build --no-update-lock-file --print-build-logs \ - github:${{ - github.repository - }}/${{ - github.event.pull_request.head.sha || github.sha - }}#${{ + .#${{ matrix.check.type }}.${{ matrix.check.arch