Skip to content

Commit e1a842c

Browse files
committed
lower autobuild
1 parent 9ebd86d commit e1a842c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths-ignore:
1111
- "**.md"
1212
schedule:
13-
- cron: "0 0 * * *" # daily at midnight
13+
- cron: "0 0 * * 0" # weekly at midnight on sundays (ish)
1414

1515
jobs:
1616
plugin_test:

lib/utils.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ install_v2_macos_bundled_installer() {
184184
local download_path install_path
185185
download_path="$1"
186186
install_path="$2"
187+
# requires rosetta on M1 macs
187188

188189
mkdir -p "${install_path}/bin"
189190
pkgutil --expand-full "${download_path}/AWSCLIV2.pkg" "${download_path}/tmp-awscliv2"

0 commit comments

Comments
 (0)