Skip to content

Commit c3cf2ef

Browse files
[CI] Fix dotnet version;
1 parent 59463d2 commit c3cf2ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
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
@@ -69,6 +73,10 @@ jobs:
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/'

0 commit comments

Comments
 (0)