Skip to content

Commit

Permalink
ci: Enable cachix to avoid rebuilds of OCaml packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Feb 26, 2024
1 parent c71c946 commit a82af4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: akirak
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- uses: actions/checkout@v4
with:
path: ./tmp
Expand Down

0 comments on commit a82af4e

Please sign in to comment.