Skip to content

Commit

Permalink
#1844: CI: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 7, 2022
1 parent 7d02522 commit 06cf2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-workflow-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -yq cpanm && cpanm Template::Tiny Config::Simple
run: sudo apt-get update && sudo apt-get install -yq cpanminus && cpanm Template::Tiny Config::Simple

- name: Check workflows
shell: bash
Expand Down

0 comments on commit 06cf2a1

Please sign in to comment.