We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebd86d commit e1a842cCopy full SHA for e1a842c
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
paths-ignore:
11
- "**.md"
12
schedule:
13
- - cron: "0 0 * * *" # daily at midnight
+ - cron: "0 0 * * 0" # weekly at midnight on sundays (ish)
14
15
jobs:
16
plugin_test:
lib/utils.bash
@@ -184,6 +184,7 @@ install_v2_macos_bundled_installer() {
184
local download_path install_path
185
download_path="$1"
186
install_path="$2"
187
+ # requires rosetta on M1 macs
188
189
mkdir -p "${install_path}/bin"
190
pkgutil --expand-full "${download_path}/AWSCLIV2.pkg" "${download_path}/tmp-awscliv2"
0 commit comments