Skip to content

Commit

Permalink
Problem: no space left on device in upgrade test (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored Aug 15, 2024
1 parent f7224d0 commit c26a336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
test-upgrade:
runs-on: ubuntu-latest
steps:
- name: Create more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit c26a336

Please sign in to comment.