We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09865c commit 4888cd7Copy full SHA for 4888cd7
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
perl Makefile.PL
55
cpanm --notest --quiet --local-lib="$GITHUB_WORKSPACE/.github/cpm/lib/perl5" Module::CPANfile
56
- make cpanfile GEN_CPANFILE_ARGS='-A -X oracle'
+ make cpanfile GEN_CPANFILE_ARGS='-A -U oracle'
57
perl -I"$GITHUB_WORKSPACE/.github/cpm/lib/perl5" "$GITHUB_WORKSPACE/.github/cpm/bin/cpm" install \
58
&& tar -C "$GITHUB_WORKSPACE" \
59
--exclude 'local/cache/*' \
0 commit comments