Skip to content

Commit

Permalink
ci: consistently install repository with actions/checkout GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Jan 6, 2025
1 parent f99342b commit 16b69eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b69eb

Please sign in to comment.