Skip to content

Commit

Permalink
[ auto-wcount ] Fix workflow (Attempt #3)
Browse files Browse the repository at this point in the history
Maybe if we just install things rather than try to update? I don't
_really_ care that everything is completely up to date...
  • Loading branch information
CodingCellist committed Mar 18, 2024
1 parent 6c64fed commit 990e146
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 upgrade
#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 990e146

Please sign in to comment.