Skip to content

Commit a9b3f37

Browse files
committed
fix
1 parent 0c8b3f3 commit a9b3f37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ jobs:
5959
sudo apt install -y ttf-mscorefonts-installer
6060
sudo fc-cache
6161
fc-match Arial
62-
run: wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
62+
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
6363
elif [ "$RUNNER_OS" == "Windows" ]; then
64-
dotnet.exe workload install android ios macos --version 8.0.402.0
64+
dotnet.exe workload install android ios macos
6565
else
6666
dotnet workload install android macos ios --version 8.0.402.0
6767
brew install wine-stable p7zip freeimage freetype
6868
sudo mkdir -p /usr/local/lib
6969
sudo ln -s /opt/homebrew/lib/libfreetype.dylib /usr/local/lib/libfreetype6.dylib
7070
sudo ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
71-
run: wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
71+
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
7272
fi
7373
shell: bash
7474

0 commit comments

Comments
 (0)