Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 5, 2024
1 parent c4b9477 commit 24f19b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# - run: PERL5OPT="-MDevel::Cover" yath test --qvf t/
- name: Install Programs
run: |
apt-get update
apt-get -y upgrade
apt-get update
apt-get -y upgrade
apt-get -y install liblwp-protocol-https-perl cpanminus libhtml-parser-perl
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 24f19b4

Please sign in to comment.