Skip to content

Commit 4888cd7

Browse files
committed
the correct way to not build oracle
1 parent a09865c commit 4888cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
perl Makefile.PL
5555
cpanm --notest --quiet --local-lib="$GITHUB_WORKSPACE/.github/cpm/lib/perl5" Module::CPANfile
56-
make cpanfile GEN_CPANFILE_ARGS='-A -X oracle'
56+
make cpanfile GEN_CPANFILE_ARGS='-A -U oracle'
5757
perl -I"$GITHUB_WORKSPACE/.github/cpm/lib/perl5" "$GITHUB_WORKSPACE/.github/cpm/bin/cpm" install \
5858
&& tar -C "$GITHUB_WORKSPACE" \
5959
--exclude 'local/cache/*' \

0 commit comments

Comments
 (0)