Skip to content

Commit

Permalink
try without cachix action
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Feb 13, 2024
1 parent 40ee3b8 commit b0d1273
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v14
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: ❓ Test
if: ${{ matrix.package != 'hydra-tui' }}
run: |
Expand Down Expand Up @@ -104,19 +91,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v14
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: πŸ“š Documentation (Haddock)
run: |
nix build .#haddocks
Expand Down Expand Up @@ -151,19 +125,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v14
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: πŸ“ˆ Benchmark
run: |
mkdir -p benchmarks
Expand Down Expand Up @@ -229,19 +190,6 @@ jobs:
- name: πŸ“₯ Checkout repository
uses: actions/checkout@v4

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v14
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: ❄ Build specification PDF
run: |
nix build .#spec && cp result/*.pdf spec/
Expand Down

0 comments on commit b0d1273

Please sign in to comment.