Skip to content

Commit

Permalink
ci: attempt fix missing awk on opensuse/tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 6, 2023
1 parent 1fd7062 commit 1bce249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
elif command -v zypper; then
# for opensuse
zypper --non-interactive --gpg-auto-import-keys refresh
zypper --non-interactive install bash curl
zypper --non-interactive install bash curl awk
elif command -v apk; then
# for alpine
apk update
Expand Down

0 comments on commit 1bce249

Please sign in to comment.