Skip to content

Commit

Permalink
Merge pull request #79 from DeterminateSystems/fix-mnc-issue
Browse files Browse the repository at this point in the history
Fix broken CI
  • Loading branch information
lucperkins committed May 2, 2024
2 parents f69dd1d + ff2ea37 commit 91b8eb1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: echo $PATH
run: echo $PATH

Expand Down Expand Up @@ -131,7 +130,6 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -168,10 +166,6 @@ jobs:
hello
nix store gc
nix run nixpkgs#hello
- name: Terminate the magic nix cache pre-reinstall
if: success() || failure()
run: |
pkill magic-nix-cache
- name: Reinstall Nix
uses: ./
with:
Expand Down

0 comments on commit 91b8eb1

Please sign in to comment.