Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Mar 30, 2024
1 parent 3bf320d commit 72392af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
# Make space for large NixOS closures
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Free disk space
run: |
sudo rm -rf \
Expand All @@ -39,7 +49,6 @@ jobs:
/usr/local/.ghcup \
"$AGENT_TOOLSDIRECTORY" \
|| true
sudo apt-get remove --purge --allow-remove-essential -y $(dpkg -l | grep '^ii' | awk '{print $2}')
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down

0 comments on commit 72392af

Please sign in to comment.