Try installing specific version of awscli on MacOS

This commit is contained in:
AnyOldName3 2025-01-21 18:47:54 +00:00
parent 2d0f45ea41
commit 57ffc11fba

View file

@ -503,6 +503,7 @@ Ubuntu_GCC_integration_tests_asan:
- ccache/
script:
- CI/before_install.osx.sh
- brew install awscli@2.22.35
- export CCACHE_BASEDIR="$(pwd)"
- export CCACHE_DIR="$(pwd)/ccache"
- mkdir -pv "${CCACHE_DIR}"