Skip to content

Commit e5bb2c9

Browse files
committed
put jobs in sane order, remove redundancies
1 parent 4888cd7 commit e5bb2c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ jobs:
4949
curl libssl-dev zlib1g-dev openssl \
5050
libexpat-dev cmake git libcairo-dev \
5151
unzip wget
52-
- name: cpm install
52+
- name: Run Makefile.PL
5353
run: |
5454
perl Makefile.PL
5555
cpanm --notest --quiet --local-lib="$GITHUB_WORKSPACE/.github/cpm/lib/perl5" Module::CPANfile
5656
make cpanfile GEN_CPANFILE_ARGS='-A -U oracle'
57+
- name: cpm install
58+
run: |
5759
perl -I"$GITHUB_WORKSPACE/.github/cpm/lib/perl5" "$GITHUB_WORKSPACE/.github/cpm/bin/cpm" install \
5860
&& tar -C "$GITHUB_WORKSPACE" \
5961
--exclude 'local/cache/*' \
@@ -65,8 +67,6 @@ jobs:
6567
with:
6668
name: ubuntu-24.04-local-lib.tar.gz
6769
path: local-lib.tar.gz
68-
- name: Run Makefile.PL
69-
run: 'perl Makefile.PL'
7070
- name: Run checksetup
7171
run: 'perl checksetup.pl --no-database --default-localconfig --no-templates'
7272
- name: Run tests

0 commit comments

Comments
 (0)