diff options
| author | ruki <[email protected]> | 2020-09-13 23:34:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-13 23:34:10 +0800 |
| commit | 144550d1d1898397005b4396cd4499872a98f416 (patch) | |
| tree | b03f107243180c530066dd9ae81ed88310fa20d7 | |
| parent | 4ccfb91fcad1422ca5bf0dd9630a69e1e5eddc1d (diff) | |
add sudo to mips/arm ci
| -rw-r--r-- | .github/workflows/debian_mips.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/debian_mips.yml b/.github/workflows/debian_mips.yml index 236de6f33..9473cf595 100644 --- a/.github/workflows/debian_mips.yml +++ b/.github/workflows/debian_mips.yml @@ -23,6 +23,7 @@ jobs: bash -c "uname -a && apt update && + apt install sudo && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index 29d7bad9c..feb74c824 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -23,6 +23,7 @@ jobs: bash -c "uname -a && apt update && + apt install sudo && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && @@ -36,6 +37,7 @@ jobs: bash -c "uname -a && apt update && + apt install sudo && cd /github/workspace && ./scripts/get.sh __local__ && source ~/.xmake/profile && |
