Skip to content

Commit

Permalink
trying a different syntax to load the zephir extension
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Oct 24, 2023
1 parent e7a2cd6 commit 2a9bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- id: setup-zephir-ext
name: Setup Zephir Extensions
run: |
echo "extensions=zephir_parser-{${{ env.ZEPHIR_PARSER_VERSION }}}" >> $GITHUB_OUTPUT
echo "extensions=zephir_parser-${{ env.ZEPHIR_PARSER_VERSION }}" >> $GITHUB_OUTPUT
# echo "::set-output name=extensions::zephir_parser-${{ env.ZEPHIR_PARSER_VERSION }}"

Expand Down

0 comments on commit 2a9bc7a

Please sign in to comment.