Skip to content

Commit

Permalink
no nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed Sep 16, 2024
1 parent 833ec68 commit 32b52bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
#- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up nix dev env
run: nix develop --command echo 0
- name: Run `cargo build`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
#- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Set up nix dev env
run: nix develop --command echo 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
#- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Set up nix dev env
run: nix develop --command echo 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
#- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Install system dependencies
run: |
Expand Down

0 comments on commit 32b52bc

Please sign in to comment.