Skip to content

Commit 250abd1

Browse files
committed
ci-build: try to replace core tap formule for dosbox-x installation
1 parent 61cbb9e commit 250abd1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/actions/dosboxin/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ runs:
1919
name: Install DOSBOX-X
2020
run: |
2121
#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
22+
brew update
23+
cp ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
2624
brew install dosbox-x
2725
shell: bash

0 commit comments

Comments
 (0)