mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add os/arch options to readall command
This is a follow-up to changes that added os/arch combinations a few months ago. They were made the default temporarily until the references to `brew readall` in the other Homebrew repos were updated as well. - https://github.com/Homebrew/brew/pull/15470 - https://github.com/Homebrew/brew/pull/15937#discussion_r1313889254
This commit is contained in:
@@ -111,7 +111,7 @@ jobs:
|
||||
|
||||
- name: Run brew readall ${{ matrix.tap }}
|
||||
id: readall
|
||||
run: brew readall '${{ matrix.tap }}'
|
||||
run: brew readall --os=all --arch=all '${{ matrix.tap }}'
|
||||
if: >
|
||||
always() &&
|
||||
contains(fromJSON('["success", "skipped"]'), steps.gems.outcome) &&
|
||||
|
||||
Reference in New Issue
Block a user