Skip to content

Commit 3f67010

Browse files
committed
ci-build: get diagnostics info
1 parent 8d4d60d commit 3f67010

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/dosboxin/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ runs:
1919
name: Install DOSBOX-X
2020
run: |
2121
# this install version defined by ci/dosbox-x.rb
22-
brew tap --force homebrew/core
22+
brew --repository homebrew/core
23+
brew tap -vd --force homebrew/core
2324
sudo cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
24-
brew install dosbox-x
25+
brew install -vd dosbox-x
2526
env:
2627
HOMEBREW_NO_INSTALL_FROM_API: 1
2728
HOMEBREW_NO_AUTO_UPDATE: 1

0 commit comments

Comments
 (0)