We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2086d commit fe9784bCopy full SHA for fe9784b
1 file changed
.github/actions/dosboxin/action.yml
@@ -19,10 +19,11 @@ runs:
19
name: Install DOSBOX-X
20
run: |
21
#brew install dosbox-x
22
- HOMEBREW_NO_INSTALL_FROM_API=1
23
- HOMEBREW_NO_AUTO_UPDATE=1
24
brew --repository homebrew/core
25
brew tap --force homebrew/core
26
- cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
+ sudo cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
27
brew install dosbox-x
+ env:
+ HOMEBREW_NO_INSTALL_FROM_API: 1
28
+ HOMEBREW_NO_AUTO_UPDATE: 1
29
shell: bash
0 commit comments