From 7b349f17300db229b6c24c32b56a7e301554b53c Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 27 Apr 2024 10:49:02 -0700 Subject: [PATCH] fixed missing php in github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 217afad46..34fb527d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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