Fix: add more perl in PATH
This commit is contained in:
@@ -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 }}" | \
|
||||
|
||||
Reference in New Issue
Block a user