mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-12 15:36:32 +00:00
Fixed aws command error by rsa on ubuntu16.04 (#1585)
This commit is contained in:
parent
032fcf2a47
commit
fc06419549
1
.github/workflows/linux-ci-helper.sh
vendored
1
.github/workflows/linux-ci-helper.sh
vendored
@ -197,6 +197,7 @@ java -version
|
||||
#
|
||||
echo "${PRGNAME} [INFO] Install awscli package."
|
||||
${PIP_BIN} install ${PIP_OPTIONS} ${INSTALL_AWSCLI_PACKAGES}
|
||||
${PIP_BIN} install ${PIP_OPTIONS} rsa
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# Set environment for configure
|
||||
|
Loading…
Reference in New Issue
Block a user