Skip to content

Commit

Permalink
lower autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MetricMike committed Apr 22, 2023
1 parent 9ebd86d commit e1a842c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths-ignore:
- "**.md"
schedule:
- cron: "0 0 * * *" # daily at midnight
- cron: "0 0 * * 0" # weekly at midnight on sundays (ish)

jobs:
plugin_test:
Expand Down
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ install_v2_macos_bundled_installer() {
local download_path install_path
download_path="$1"
install_path="$2"
# requires rosetta on M1 macs

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

0 comments on commit e1a842c

Please sign in to comment.