Skip to content

Commit d28b897

Browse files
committed
do brew update before brew install
1 parent 20ed93c commit d28b897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ runs:
323323
if: runner.os == 'macOS'
324324
shell: nu {0}
325325
run: |-
326+
^brew update
326327
let brew_install_arg = 'llvm@${{ inputs.version }}'
327328
let result = (^brew install $brew_install_arg) | complete
328329
print $result

0 commit comments

Comments
 (0)