File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 48
48
- name : Install Dependencies
49
49
run : |
50
50
if [ "$RUNNER_OS" == "Linux" ]; then
51
- dotnet workload install android --version 8.0.402.0
51
+ dotnet workload install android
52
52
sudo apt install p7zip-full curl
53
53
sudo dpkg --add-architecture i386
54
54
sudo mkdir -pm755 /etc/apt/keyrings
@@ -59,13 +59,16 @@ jobs:
59
59
sudo apt install -y ttf-mscorefonts-installer
60
60
sudo fc-cache
61
61
fc-match Arial
62
+ wine64 --version
62
63
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
63
64
elif [ "$RUNNER_OS" == "Windows" ]; then
64
65
dotnet.exe workload install android
65
66
else
66
- dotnet workload install android macos ios --version 8.0.402.0
67
+ dotnet workload install android macos ios
67
68
brew install wine-stable p7zip
68
69
sudo mkdir -p /usr/local/lib
70
+ ls -n /Applications/ | grep Xcode*
71
+ sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
69
72
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
70
73
fi
71
74
shell : bash
You can’t perform that action at this time.
0 commit comments