mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
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:
parent
a87aec77b4
commit
ccbe92110e
1 changed files with 1 additions and 7 deletions
8
.github/workflows/nix_macos_x86_64.yml
vendored
8
.github/workflows/nix_macos_x86_64.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue