Skip to content

Commit

Permalink
Merge pull request #6049 from roc-lang/clean-nix-shells
Browse files Browse the repository at this point in the history
auto delete old nix shells
  • Loading branch information
Anton-4 authored Nov 21, 2023
2 parents d34509e + f3220c7 commit 65257e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nix_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3

# These started to accumulate quickly since #5990, not sure why
- name: Clean up old nix shells
run: rm -rf /private/tmp/nix-shell.*

- run: zig version

- name: check formatting with rustfmt
Expand Down

0 comments on commit 65257e3

Please sign in to comment.