Skip to content

Commit

Permalink
ci: switch to magic-nix-cache-action
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
dependabot[bot] authored and sumnerevans committed Apr 11, 2024
1 parent b7fe7b4 commit 901b896
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]

- uses: nixbuild/nix-quick-install-action@v27

- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix flake check

build:
Expand All @@ -49,7 +49,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v27
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build

submit-hash-update-pr:
Expand All @@ -64,7 +65,8 @@ jobs:
with:
repository: nevarro-space/infrastructure

- uses: nixbuild/nix-quick-install-action@v27
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4

- name: Update the mineshspc input
run: |
Expand Down

0 comments on commit 901b896

Please sign in to comment.