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 fc359ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: pierotofy/set-swap-space@master
- name: Bind mount /nix
run: |
sudo mkdir /nix
sudo mount --bind /mnt /nix
- name: Set swap space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
- name: Install Nix
Expand Down

0 comments on commit fc359ac

Please sign in to comment.