Skip to content

Commit

Permalink
fix: free space on GH runner before running nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Feb 13, 2024
1 parent f7253e4 commit 6dbdb40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: jlumbroso/free-disk-space@main
- run: rm -r manifests
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 6dbdb40

Please sign in to comment.