Skip to content

Commit

Permalink
simplify the apt/cpanm portions
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent f35b4cb commit 44362f7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ jobs:
- name: apt-get to prepare for cached perl packages
run: |
sudo apt-get update -y
sudo apt-get install -y libdb-dev sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl
- name: cpanm installations hopefully cached
run: cpanm DBI DBD::SQLite JSON --no-test --force

- name: apt-get
run: |
sudo apt-get update -y
sudo apt-get install -y quicktree mash
sudo apt-get install -y libdb-dev sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl quicktree mash
- name: cpanm installdeps --no-test --force
run: cpanm --installdeps . --no-test --force
- name: versions
Expand Down

0 comments on commit 44362f7

Please sign in to comment.