Skip to content

Commit

Permalink
chore: disable magic cache as it's unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 25, 2024
1 parent 68f78ab commit 83fc61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: nixbuild/nix-quick-install-action@v25
- name: Update subflake references
run: ./.github/workflows/update-subflake.sh
- uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/discover@main
id: discovery

Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}
steps:
- uses: nixbuild/nix-quick-install-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main

shells:
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}
steps:
- uses: nixbuild/nix-quick-install-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main

tests:
Expand All @@ -70,5 +70,5 @@ jobs:
- uses: actions/checkout@v3
- name: Update subflake references
run: ./.github/workflows/update-subflake.sh
- uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main

0 comments on commit 83fc61f

Please sign in to comment.