diff options
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index e29aa3907..bcf0388f6 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -22,7 +22,7 @@ jobs: args: > bash -c "uname -a && - apt update && + apt update && apt install -y unzip && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && |
