Skip to content

Commit

Permalink
chore: Don't require zsh for building
Browse files Browse the repository at this point in the history
bash is fine -- and supported by GitHub actions by default
  • Loading branch information
evancharlton committed Nov 20, 2024
1 parent 4b71e13 commit f9afaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash

echo "Copying wordlists ..."
find wordlist/ordle \
Expand Down

0 comments on commit f9afaa7

Please sign in to comment.