File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1818 distribution : ' temurin'
1919
2020 - uses : android-actions/setup-android@v3
21+
22+ - uses : actions/setup-dotnet@v4
23+ with :
24+ dotnet-version : ' 9.0.0'
2125
2226 - run : ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && build_windows.cmd' }}
2327 shell : cmd
6973 distribution : ' temurin'
7074
7175 - uses : android-actions/setup-android@v3
76+
77+ - uses : actions/setup-dotnet@v4
78+ with :
79+ dotnet-version : ' 9.0.0'
7280
7381 - run : ' sudo apt update'
7482
@@ -154,6 +162,10 @@ jobs:
154162 distribution : ' temurin'
155163
156164 - uses : android-actions/setup-android@v3
165+
166+ - uses : actions/setup-dotnet@v4
167+ with :
168+ dotnet-version : ' 9.0.0'
157169
158170 - run : ' sh build_macos.sh'
159171 working-directory : ' ./Dependencies/'
You can’t perform that action at this time.
0 commit comments