summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-02 11:14:52 +0800
committerruki <[email protected]>2021-01-02 11:14:52 +0800
commita99f2e1a2e5270ad8e1c01345796708035f97b7a (patch)
tree17be36cee21a9201183446c27b7d3dfd61fec8bb
parente61c1c15aacb34ebd1f5c11e271d2047febb9250 (diff)
fix ci
-rw-r--r--.github/workflows/ubuntu_arm.yml2
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 &&