From 7d049148e0f9ccc042177b3c9621569048c892d8 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 18:28:30 -0400 Subject: [PATCH] fixed action order --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a2e730..3e4bf94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,12 +17,12 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: false steps: + - uses: actions/checkout@v4 + - name: Maximize build space if: runner.os == 'Linux' uses: ./.github/actions/disk_space - - uses: actions/checkout@v4 - - name: install nix uses: DeterminateSystems/nix-installer-action@main with: