Fix: add more perl in PATH
This commit is contained in:
@@ -50,7 +50,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
cd "${{ inputs.context }}"
|
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
|
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
|
||||||
eval $(gpg-agent --daemon) && \
|
eval $(gpg-agent --daemon) && \
|
||||||
echo "${{ inputs.gpg-password }}" | \
|
echo "${{ inputs.gpg-password }}" | \
|
||||||
|
|||||||
Reference in New Issue
Block a user