mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add gawk
This commit is contained in:
parent
a2fba34b0f
commit
eb3134cc37
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -41,8 +41,11 @@ jobs:
|
|||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
|
|
||||||
|
# Clean up disk space
|
||||||
|
docker rmi $(docker images -q)
|
||||||
|
|
||||||
sudo apt update
|
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
|
sudo snap install yq
|
||||||
|
|
||||||
# Check dl cache
|
# Check dl cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user