From ed44ba20d9a49a47b87375e6f9a5fb8bcfa822af Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 23:55:40 -0400 Subject: [PATCH] Revert "reorder oops" This reverts commit 050b4c9b2f75fe9c64bbe29607095fd93722981f. --- .github/workflows/flake-health-checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index 344be26..a3fc849 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -16,8 +16,6 @@ jobs: steps: - uses: DeterminateSystems/nix-installer-action@main - - uses: actions/checkout@v4 - - name: Restore Nix store id: restore uses: nix-community/cache-nix-action@v6 @@ -35,6 +33,8 @@ jobs: token: ${{ secrets.ATTIC_TOKEN }} skip-push: "true" + - uses: actions/checkout@v4 + - run: nix flake check --accept-flake-config - run: nix ./utils/attic-push.bash @@ -48,8 +48,6 @@ jobs: steps: - uses: DeterminateSystems/nix-installer-action@main - - uses: actions/checkout@v4 - - name: Restore Nix store id: restore uses: nix-community/cache-nix-action@v6 @@ -67,6 +65,8 @@ jobs: token: ${{ secrets.ATTIC_TOKEN }} skip-push: "true" + - uses: actions/checkout@v4 + - name: Build all outputs run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .