File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments