Skip to content

Commit 06625f0

Browse files
committed
ci-build: correct brew commands
1 parent 250abd1 commit 06625f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/dosboxin/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ runs:
1919
name: Install DOSBOX-X
2020
run: |
2121
#brew install dosbox-x
22+
HOMEBREW_NO_AUTO_UPDATE=1
2223
brew update
23-
cp ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
24+
cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
2425
brew install dosbox-x
2526
shell: bash

0 commit comments

Comments
 (0)