We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a3944 commit bbaf70dCopy full SHA for bbaf70d
.github/workflows/build.yaml
@@ -59,7 +59,7 @@ jobs:
59
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
60
61
- name: Build PHP
62
- continue-on-error: if ${{ matrix.php == matrix.allow-failure }}
+ continue-on-error: ${{ matrix.php == matrix.allow-failure }}
63
run: nix build .#${{ matrix.php }}
64
65
- name: Build Imagick extension
0 commit comments