We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250abd1 commit 06625f0Copy full SHA for 06625f0
1 file changed
.github/actions/dosboxin/action.yml
@@ -19,7 +19,8 @@ runs:
19
name: Install DOSBOX-X
20
run: |
21
#brew install dosbox-x
22
+ HOMEBREW_NO_AUTO_UPDATE=1
23
brew update
- 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
25
brew install dosbox-x
26
shell: bash
0 commit comments