Skip to content

Commit

Permalink
feat: fix ci matrix typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer authored Sep 2, 2024
1 parent b8a8a67 commit 52794f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: jlumbroso/free-disk-space@main
if: matrix.os == 'ubuntu-22.04'
- name: Clear Space 💽
uses: jlumbroso/free-disk-space@main

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

0 comments on commit 52794f2

Please sign in to comment.