Skip to content

Commit

Permalink
add nix depext github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGibb committed Jun 25, 2024
1 parent db44a4a commit 92d90bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/depexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,21 @@ jobs:
- name: depexts actions ubuntu
uses: ./.github/actions/ubuntu
id: depexts-ubuntu

depexts-nix:
needs: opam-cache
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: opam binary cache
uses: actions/cache@v3
with:
path: binary/opam
key: binary-${{ env.OPAMVERSION }}
- name: generate action
run: |
bash .github/scripts/depexts/generate-actions.sh nix
- name: depexts actions nix
uses: ./.github/actions/nix
id: depexts-nix

0 comments on commit 92d90bc

Please sign in to comment.