Skip to content

Commit c5e1a01

Browse files
committed
Install .NET 9 GA
1 parent af5e069 commit c5e1a01

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- name: Use .NET 9.x
18+
- name: Use .NET 9.0.x
1919
uses: actions/setup-dotnet@v4
2020
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
21+
dotnet-version: 9.0.x
3122

3223
- name: Install JDK 17
3324
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)