diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-02-05 11:48:43 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2021-02-05 12:17:50 +0100 |
| commit | 573f1c059fe290d719fc444e3a3316f6954af578 (patch) | |
| tree | 6a9df3f208689732204768a0c4c63c752acd9316 | |
| parent | 6a388dcfbb07b3ca3d4ad3fd3902ac7e3b11b5f6 (diff) | |
| download | rust-573f1c059fe290d719fc444e3a3316f6954af578.tar.gz rust-573f1c059fe290d719fc444e3a3316f6954af578.zip | |
Fix `install-awscli.sh` error in CI.
| -rwxr-xr-x | src/ci/scripts/install-awscli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/install-awscli.sh b/src/ci/scripts/install-awscli.sh index f9b759fe343..3d8f0de7a39 100755 --- a/src/ci/scripts/install-awscli.sh +++ b/src/ci/scripts/install-awscli.sh @@ -27,7 +27,7 @@ if isLinux; then pip="pip3" pipflags="--user" - sudo apt-get install -y python3-setuptools + sudo apt-get install -y python3-setuptools python3-wheel ciCommandAddPath "${HOME}/.local/bin" fi |
