Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Sep 24, 2023
1 parent 1cb0d29 commit e0dcae3
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 @@ -135,7 +135,7 @@ jobs:
- name: Run php dummy script
run: docker exec kphp-build-container-${{matrix.os}}.install bash -c
"echo '<?php echo "Hello World!" ?>' > demo.php && kphp --mode=cli demo.php && ./kphp_out/cli"
"echo '<?php echo "Hello World!"' > demo.php && kphp --mode=cli demo.php && ./kphp_out/cli"

# build-macos:
# runs-on: ${{matrix.os}}-12
Expand Down

0 comments on commit e0dcae3

Please sign in to comment.