Skip to content

Commit

Permalink
Add OpenLane Cachix + DetSys Magic Nix Cache Action
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jul 26, 2024
1 parent ce56d20 commit 7bd832a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://openlane.cachix.org
extra-trusted-public-keys = openlane.cachix.org-1:qqdwh+QMNGmZAuyeQJTH9ErW57OWSvdtuwfBKdS254E=
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build
push_to_pypi:
name: Build
Expand Down

0 comments on commit 7bd832a

Please sign in to comment.