diff options
| author | ruki <[email protected]> | 2021-01-03 01:22:22 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-03 01:22:22 +0800 |
| commit | 7773aa05d8223b05bbe8d4cd66fa1b0cb0451815 (patch) | |
| tree | a8560c244987052fd7c9549699f9a4d1ddb55cc2 | |
| parent | a1a3683126735c76f65aba1b40f5c5d51faf2b3d (diff) | |
Update debian_mips64.yml
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index fae901348..585758972 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.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 && |
