We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cbb9e commit 250abd1Copy full SHA for 250abd1
1 file changed
.github/actions/dosboxin/action.yml
@@ -19,9 +19,7 @@ runs:
19
name: Install DOSBOX-X
20
run: |
21
#brew install dosbox-x
22
- mkdir -p ~/homebrew-ow2/Formula
23
- brew tap-new ~/homebrew-ow2
24
- cp ./ci/dosbox-x.rb ~/homebrew-ow2/Formula/
25
- brew tap ow/ow2 ~/homebrew-ow2
+ brew update
+ cp ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
26
brew install dosbox-x
27
shell: bash
0 commit comments