mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #155397 from apainintheneck/add-os-arch-args-to-readall-command
Add os/arch options to readall command
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