diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2c3f59..190cddb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Extract build environment run: | - tar -xzf nix-store.tar.gz -C / + tar -xzf environment.tar.gz -C / - name: Sync repository uses: actions/checkout@v4