Fix: add more perl in PATH

This commit is contained in:
2025-07-28 04:04:19 +08:00
parent 781cf3c0ff
commit 1232b5346c

View File

@@ -50,7 +50,7 @@ runs:
run: |
cd "${{ inputs.context }}"
PATH="$PATH:/usr/bin/vendor_perl"
PATH="$PATH:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
eval $(gpg-agent --daemon) && \
echo "${{ inputs.gpg-password }}" | \