Skip to content

Commit

Permalink
[ auto-wcount ] Fix workflow (Attempt #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCellist committed Mar 18, 2024
1 parent ce0fd46 commit 6c64fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wordcount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# * zip -- for extracting texcount
- name: Setup perl, curl, and zip
run: |
sudo apt update
sudo apt update && sudo apt upgrade
type perl 2&>1 /dev/null && sudo apt install -y perl
type curl 2&>1 /dev/null && sudo apt install -y curl
type zip 2&>1 /dev/null && sudo apt install -y zip
Expand Down

0 comments on commit 6c64fed

Please sign in to comment.