Skip to content

Commit

Permalink
feat: clear more space on CI machine (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer authored Sep 2, 2024
1 parent 9e4bc93 commit b8a8a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

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

- 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 b8a8a67

Please sign in to comment.