Skip to content

Commit

Permalink
Attempt to fix ci disk space issue with mishy generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 19, 2024
1 parent b3ad969 commit 30761db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
sudo mkdir /mnt/tmp
sudo chmod 1777 /mnt/tmp
sudo mount --bind /mnt/tmp /tmp
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
# runner than /
- name: Bind mount /nix
run: |
sudo mkdir /nix
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
Expand Down

0 comments on commit 30761db

Please sign in to comment.