Skip to content

Commit

Permalink
fix redundant argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuramaruzxc committed Mar 14, 2024
1 parent fe0f80b commit fd9a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
wget http://www.anicursor.com/waiting.zip
mkdir ani output
unzip waiting.zip -d ani
coverage run -a -m cursorgen -s ani/*.ani -o output
coverage run -a -m cursorgen ani/*.ani -o output
ls -l output/*
- name: Test with dmz-cursor-theme
run: |
Expand Down

0 comments on commit fd9a329

Please sign in to comment.