1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix "Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged" in macOS x86-64 GH action

This commit is contained in:
neodiX 2023-06-28 08:45:18 +02:00
parent 131d7eea2f
commit d94e31960b

View file

@ -11,7 +11,7 @@ jobs:
with: with:
submodules: 'recursive' submodules: 'recursive'
- uses: cachix/install-nix-action@v18 - uses: cachix/install-nix-action@v20
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}