File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,16 @@ jobs:
59
59
sudo apt install -y ttf-mscorefonts-installer
60
60
sudo fc-cache
61
61
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
63
63
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
65
65
else
66
66
dotnet workload install android macos ios --version 8.0.402.0
67
67
brew install wine-stable p7zip freeimage freetype
68
68
sudo mkdir -p /usr/local/lib
69
69
sudo ln -s /opt/homebrew/lib/libfreetype.dylib /usr/local/lib/libfreetype6.dylib
70
70
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
72
72
fi
73
73
shell : bash
74
74
You can’t perform that action at this time.
0 commit comments