Skip to content

Commit

Permalink
Workaround out of space issue when building mishy
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 19, 2024
1 parent 5209c10 commit 417388a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Bind mount /nix
run: |
mount --bind /mnt /nix
- name: Set swap space
- uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
Expand Down

0 comments on commit 417388a

Please sign in to comment.