summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-03 01:21:30 +0800
committerGitHub <[email protected]>2021-01-03 01:21:30 +0800
commita1a3683126735c76f65aba1b40f5c5d51faf2b3d (patch)
treedbaaef0d1ff94f54d414ea36d52172bbff5f7bc1
parenta99f2e1a2e5270ad8e1c01345796708035f97b7a (diff)
Update ubuntu_arm64.yml
-rw-r--r--.github/workflows/ubuntu_arm64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu_arm64.yml b/.github/workflows/ubuntu_arm64.yml
index ef313232b..343a2df34 100644
--- a/.github/workflows/ubuntu_arm64.yml
+++ b/.github/workflows/ubuntu_arm64.yml
@@ -22,7 +22,7 @@ jobs:
args: >
bash -c
"uname -a &&
- apt update && apt install -y unzip &&
+ apt update && apt install -y unzip curl &&
cd /github/workspace &&
./scripts/get.sh __local__ &&
source ~/.xmake/profile &&