diff options
| -rw-r--r-- | .github/workflows/ubuntu_arm64.yml | 2 |
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 && |
