We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5e069 commit c5e1a01Copy full SHA for c5e1a01
.github/workflows/build.yml
@@ -15,19 +15,10 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v3
17
18
- - name: Use .NET 9.x
+ - name: Use .NET 9.0.x
19
uses: actions/setup-dotnet@v4
20
with:
21
- dotnet-version: '9.x'
22
- dotnet-quality: 'preview'
23
-
24
- # Temporarily install newer runtime for iOS binding projects
25
- - name: Install .NET 9 RTM runtime
26
- run: >
27
- DOTNET_ROOT=~/.dotnet/ &&
28
- curl -L https://dot.net/v1/dotnet-install.sh --retry 5 --retry-max-time 300 > dotnet-install.sh &&
29
- chmod +x dotnet-install.sh &&
30
- ./dotnet-install.sh -c 9.0 -q daily --runtime dotnet
+ dotnet-version: 9.0.x
31
32
- name: Install JDK 17
33
uses: actions/setup-java@v4
0 commit comments