diff options
| author | ruki <[email protected]> | 2021-01-03 01:22:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-03 01:22:53 +0800 |
| commit | a4730d01f05e7384a20d228ab3066d3ae923bdeb (patch) | |
| tree | 578e65e3ccf72b1a797f1f0f458bc2200a2a2e47 | |
| parent | 7773aa05d8223b05bbe8d4cd66fa1b0cb0451815 (diff) | |
Update ubuntu_arm.yml
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 |
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 && |
