Skip to content

Commit

Permalink
ci: Build and cache optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 8, 2022
1 parent 57af070 commit d442981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,16 @@ jobs:
nix build .#${{ matrix.packages }}
- name: Build XDebug extension
continue-on-error: true
run: |
nix build .#${{ matrix.packages }}.extensions.xdebug
- name: Build pcov extension
continue-on-error: true
run: |
nix build .#${{ matrix.packages }}.extensions.pcov
- name: Build oci8 extension
continue-on-error: true
run: |
nix build .#${{ matrix.packages }}.extensions.oci8

0 comments on commit d442981

Please sign in to comment.