Skip to content

Commit 4a4abf1

Browse files
committed
Setup dotnet-9 for tests
1 parent 675dd45 commit 4a4abf1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28+
- uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: '9.0.100'
31+
2832
- name: Run DotNet Tests
2933
run: |
3034
dotnet test --collect:"XPlat Code Coverage"
@@ -283,7 +287,7 @@ jobs:
283287

284288
- uses: moonrepo/setup-rust@v1
285289
with:
286-
targets: "${{ env.ARCH }}-unknown-linux-musl"
290+
targets: '${{ env.ARCH }}-unknown-linux-musl'
287291
cache-target: release
288292

289293
- name: Build extension
@@ -362,7 +366,7 @@ jobs:
362366

363367
- uses: moonrepo/setup-rust@v1
364368
with:
365-
targets: "${{ env.ARCH }}-unknown-linux-musl"
369+
targets: '${{ env.ARCH }}-unknown-linux-musl'
366370
cache-target: release
367371

368372
- name: Build extension

0 commit comments

Comments
 (0)