Forcing update of homebrew formulae before install pulumi in download cron

This commit is contained in:
stack72 2021-02-08 11:22:16 +00:00
parent 2e695196ae
commit ee5fd19a1b

View file

@ -1,5 +1,6 @@
name: Download Pulumi Cron
"on":
workflow_dispatch: {}
schedule:
- cron: 0 8 * * *
@ -8,8 +9,10 @@ jobs:
name: Install Pulumi with Homebrew on macOS
runs-on: macos-latest
steps:
- name: homedate homebrew formulae
run: brew update
- name: homebrew install
run: brew upgrade pulumi
run: brew install pulumi
- name: Pulumi Version Details
id: vars
run: |