Fix: add /usr/bin/vendor_perl into PATH
This commit is contained in:
@@ -49,6 +49,9 @@ runs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
cd "${{ inputs.context }}"
|
cd "${{ inputs.context }}"
|
||||||
|
|
||||||
|
echo "$PATH"
|
||||||
|
PATH="$PATH:/usr/bin/vendor_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