Skip to content

Commit

Permalink
update flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Sep 1, 2024
1 parent 927b314 commit ea8ee05
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build-systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
#- name: Free up space
# uses: jlumbroso/free-disk-space@main
# with:
# tool-cache: true

- name: Ensure disk space
run: |
lsblk
df -h
sudo mkdir -p /mnt/nix /nix
sudo mount --bind /mnt/nix /nix
- name: Free up space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
swap-storage: false

#- name: Ensure disk space
# run: |
# lsblk
# df -h
# sudo mkdir -p /mnt/nix /nix
# sudo mount --bind /mnt/nix /nix

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
74 changes: 37 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea8ee05

Please sign in to comment.