From e3bbda6fee42ecc28c82ec854400259505435579 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 17 Jun 2023 19:34:02 +0200 Subject: [PATCH] Update nix_macos_x86_64.yml fixes: Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged see also: https://github.com/cachix/install-nix-action/issues/183 Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- .github/workflows/nix_macos_x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix_macos_x86_64.yml b/.github/workflows/nix_macos_x86_64.yml index 03fb59e7431..53bd641fdc8 100644 --- a/.github/workflows/nix_macos_x86_64.yml +++ b/.github/workflows/nix_macos_x86_64.yml @@ -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