remove cachix

It was erroring and I think it may not actually speed thigns up, so I'm trying out removing it.
This commit is contained in:
Anton-4 2023-03-01 13:00:54 +01:00
parent a87aec77b4
commit ccbe92110e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -19,13 +19,7 @@ jobs:
with:
clean: "true"
- uses: cachix/install-nix-action@v15
# to cache nix packages
- uses: cachix/cachix-action@v10
with:
name: enigmaticsunrise
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: cachix/install-nix-action@v20
- name: execute cli_run tests only, the full tests take too long but are run nightly
run: nix develop -c cargo test --locked --release -p roc_cli