Skip to content

Commit 048736c

Browse files
committed
chore: Adjust dotnet install in gha
1 parent 6807706 commit 048736c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
fetch-depth: 0 # Required for gitversion
3030
submodules: true
3131

32-
- uses: dotnet/nbgv@f088059084cb5d872e9d1a994433ca6440c2bf72 # v0.4.2
33-
id: nbgv
34-
with:
35-
toolVersion: 3.6.139
36-
setAllVars: true
37-
3832
# Daily builds .NET
3933
- run: |
4034
wget https://dot.net/v1/dotnet-install.sh
@@ -51,6 +45,12 @@ jobs:
5145
dotnet-version: '10.0.100-preview.3.25201.16'
5246
include-prerelease: true
5347

48+
- uses: dotnet/nbgv@f088059084cb5d872e9d1a994433ca6440c2bf72 # v0.4.2
49+
id: nbgv
50+
with:
51+
toolVersion: 3.6.139
52+
setAllVars: true
53+
5454
- run: |
5555
cd src
5656
dotnet workload install wasm-tools

0 commit comments

Comments
 (0)