From a1a3683126735c76f65aba1b40f5c5d51faf2b3d Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 3 Jan 2021 01:21:30 +0800 Subject: Update ubuntu_arm64.yml --- .github/workflows/ubuntu_arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- cgit v1.3.1