Skip to content

Commit

Permalink
fix: more hacks
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 b5b731c commit 3bf320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
/usr/local/.ghcup \
"$AGENT_TOOLSDIRECTORY" \
|| true
sudo apt-get remove --purge $(dpkg -l | grep '^ii' | awk '{print $2}')
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 3bf320d

Please sign in to comment.