Skip to content

Commit

Permalink
Update nix_macos_x86_64.yml
Browse files Browse the repository at this point in the history
fixes: Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged
see also: cachix/install-nix-action#183

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
  • Loading branch information
Anton-4 committed Jun 17, 2023
1 parent bb6f95d commit e3bbda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
clean: "true"

- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22

- 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
Expand Down

0 comments on commit e3bbda6

Please sign in to comment.