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 12, 2024
1 parent 546e723 commit c77db3c
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-ubuntu:
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 c77db3c

Please sign in to comment.