Skip to content

Commit

Permalink
chore(nix): build.yml exclude cachix from self hosted macos
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jan 16, 2023
1 parent 12404eb commit abb142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -38,10 +38,10 @@ jobs:

- name: Setup cachix
uses: cachix/cachix-action@v12
if: "${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}"
with:
name: "${{ matrix.cachixName }}"
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
if: "${{ matrix.platform.arch != 'macos-arm64' }}"

- name: Build derivations
env:
Expand Down

0 comments on commit abb142b

Please sign in to comment.