diff options
| author | seth <[email protected]> | 2024-07-06 04:21:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | b5c11d1d4306218938be8989fb6e7945fd74d897 (patch) | |
| tree | 524bf5e0c5dd4d009b9025f6d5ae7371babd7d8e /.github | |
| parent | 988d27e9cf92bbaf311218d028115b8593117a82 (diff) | |
ci: don't use lix
i keep getting `error: opening Git repository
'"/home/runner/.cache/nix/tarball-cache"': could not find repository at
'/home/runner/.cache/nix/tarball-cache'`
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 287321a..e79797f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: uses: DeterminateSystems/nix-installer-action@v12 with: diagnostic-endpoint: "" - source-url: https://install.lix.systems/lix/lix-installer-${{ matrix.system }} - name: Setup Cachix uses: cachix/cachix-action@v15 |
