Skip to content

Commit

Permalink
add gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 6, 2023
1 parent a2fba34 commit eb3134c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
# Clean up disk space
docker rmi $(docker images -q)
sudo apt update
sudo apt install -y jq gettext libelf-dev qemu-utils
sudo apt install -y jq gawk gettext libelf-dev qemu-utils
sudo snap install yq
# Check dl cache
Expand Down

0 comments on commit eb3134c

Please sign in to comment.