Fix: add /usr/bin/vendor_perl into PATH
This commit is contained in:
@@ -49,6 +49,9 @@ runs:
|
||||
- name: Build package
|
||||
run: |
|
||||
cd "${{ inputs.context }}"
|
||||
|
||||
echo "$PATH"
|
||||
PATH="$PATH:/usr/bin/vendor_perl"
|
||||
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
|
||||
eval $(gpg-agent --daemon) && \
|
||||
echo "${{ inputs.gpg-password }}" | \
|
||||
|
||||
Reference in New Issue
Block a user