summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-03 01:22:53 +0800
committerGitHub <[email protected]>2021-01-03 01:22:53 +0800
commita4730d01f05e7384a20d228ab3066d3ae923bdeb (patch)
tree578e65e3ccf72b1a797f1f0f458bc2200a2a2e47 /.github
parent7773aa05d8223b05bbe8d4cd66fa1b0cb0451815 (diff)
Update ubuntu_arm.yml
Diffstat (limited to '.github')
-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 bcf0388f6..6925e5ad3 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 install -y unzip &&
+ apt update && apt install -y unzip curl &&
cd /github/workspace &&
./scripts/get.sh __local__ &&
source ~/.xmake/profile &&