We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351295b commit 8ab70d3Copy full SHA for 8ab70d3
.github/workflows/ci.yml
@@ -35,15 +35,15 @@ jobs:
35
36
- name: Build Solana CLI
37
run: |
38
- nix build --no-link --print-out-paths .#solana-cli | CACHIX_AUTH_TOKEN='${{ secrets.CACHIX_AUTH_TOKEN }}' cachix push solana-nix
+ nix build --no-link --print-out-paths .#solana-cli | cachix push solana-nix
39
40
- name: Test Solana CLI
41
42
nix run .#solana-cli -- --version
43
44
- name: Build Anchor CLI
45
46
- nix build --no-link --print-out-paths .#anchor-cli | CACHIX_AUTH_TOKEN='${{ secrets.CACHIX_AUTH_TOKEN }}' cachix push solana-nix
+ nix build --no-link --print-out-paths .#anchor-cli | cachix push solana-nix
47
48
- name: Test Anchor CLI
49
0 commit comments