Skip to content

Commit 52794f2

Browse files
feat: fix ci matrix typo (#17)
1 parent b8a8a67 commit 52794f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- name: Checkout 🛎️
1010
uses: actions/checkout@v3
1111

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
1414

1515
- 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.
1616
uses: DeterminateSystems/nix-installer-action@main

0 commit comments

Comments
 (0)