Skip to content

Commit b8a8a67

Browse files
feat: clear more space on CI machine (#16)
1 parent 9e4bc93 commit b8a8a67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- name: Checkout 🛎️
1010
uses: actions/checkout@v3
1111

12+
- uses: jlumbroso/free-disk-space@main
13+
if: matrix.os == 'ubuntu-22.04'
14+
1215
- name: Install Nix ❄️ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1316
uses: DeterminateSystems/nix-installer-action@main
1417

0 commit comments

Comments
 (0)