You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ci.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ jobs:
9
9
- name: Checkout 🛎️
10
10
uses: actions/checkout@v3
11
11
12
-
- uses: jlumbroso/free-disk-space@main
13
-
if: matrix.os == 'ubuntu-22.04'
12
+
- name: Clear Space 💽
13
+
uses: jlumbroso/free-disk-space@main
14
14
15
15
- 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.
0 commit comments