Skip to content

Commit fe9784b

Browse files
committed
ci-buld: next correction
1 parent 9b2086d commit fe9784b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/actions/dosboxin/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ runs:
1919
name: Install DOSBOX-X
2020
run: |
2121
#brew install dosbox-x
22-
HOMEBREW_NO_INSTALL_FROM_API=1
23-
HOMEBREW_NO_AUTO_UPDATE=1
2422
brew --repository homebrew/core
2523
brew tap --force homebrew/core
26-
cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
24+
sudo cp -v ci/dosbox-x.rb /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dosbox-x.rb
2725
brew install dosbox-x
26+
env:
27+
HOMEBREW_NO_INSTALL_FROM_API: 1
28+
HOMEBREW_NO_AUTO_UPDATE: 1
2829
shell: bash

0 commit comments

Comments
 (0)