From 471f660fa2adc9169c251bd33a6a562719708cc3 Mon Sep 17 00:00:00 2001 From: Jiri Malak Date: Sat, 8 Jun 2024 16:57:12 +0200 Subject: [PATCH] ci-build: return last change back, we can live with message if it works, previous chage fixes message but introduces build break --- .github/actions/dosboxin/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dosboxin/action.yml b/.github/actions/dosboxin/action.yml index 02597021fe..046b13b34d 100644 --- a/.github/actions/dosboxin/action.yml +++ b/.github/actions/dosboxin/action.yml @@ -23,5 +23,5 @@ runs: shell: bash - if: inputs.hostos == 'osx' name: Install DOSBOX-X - run: brew install --cask dosbox-x + run: brew install dosbox-x shell: bash