Skip to content

Commit

Permalink
ci: Fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 9, 2022
1 parent def4dbd commit 858c380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Build PHP NTS
run: |
nix build #php${{ matrix.php.major }}-nts
nix build #${{ matrix.derivation }}-nts
- name: Build PHP environment
run: |
nix build #env-php${{ matrix.php.major }}
nix build #env-${{ matrix.derivation }}
- name: Build PHP NTS environment
run: |
nix build #env-php${{ matrix.php.major }}-nts
nix build #env-${{ matrix.derivation }}-nts

0 comments on commit 858c380

Please sign in to comment.