Skip to content

Commit

Permalink
fixed missing php in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 27, 2024
1 parent 74aa93d commit 7b349f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.os != 'ARM64'
- run: |
cd ihp-boilerplate
php ../.github/patch-flakes.php ${{ github.ref }} ${{ github.event.repository.full_name }} ${{ github.sha }}
ix-shell -p php --run "php ../.github/patch-flakes.php ${{ github.ref }} ${{ github.event.repository.full_name }} ${{ github.sha }}"
cat flake.nix
mv Makefile Makefile.old
echo 'GHC_OPTIONS+= -rtsopts=all\n.SHELLFLAGS := -eu -o pipefail -c\n\n'|cat - Makefile.old > Makefile
Expand Down

0 comments on commit 7b349f1

Please sign in to comment.