Skip to content

Commit eea4ec2

Browse files
committed
fix(ci): Remove Cachix binary cache step
The Cachix binary cache 'openpfc' doesn't exist or lacks proper authentication. Removed the cachix-action step to fix CI failures. Builds will still work but won't benefit from binary caching.
1 parent 9ef71cb commit eea4ec2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ jobs:
6767
with:
6868
nix_path: nixpkgs=channel:nixos-unstable
6969

70-
- name: Setup Cachix (optional, speeds up builds)
71-
uses: cachix/cachix-action@v14
72-
with:
73-
name: openpfc
74-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
75-
skipPush: ${{ github.event_name == 'pull_request' }}
76-
continue-on-error: true
77-
7870
- name: Run Nix flake checks
7971
run: nix flake check --print-build-logs
8072

0 commit comments

Comments
 (0)