Skip to content

Commit c56929a

Browse files
authored
chore: Install 7.0.302 explicitly
1 parent 3d500e2 commit c56929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks:
1111
- name: Postinstall .NET and dev certificates
1212
init: |
1313
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel $DOTNET_VERSION --install-dir $DOTNET_ROOT
14-
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 7.0.302 --install-dir $DOTNET_ROOT
14+
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 7.0.302 --install-dir $DOTNET_ROOT
1515
dotnet dev-certs https
1616
build/gitpod/build-skia.sh
1717
build/gitpod/build-wasm.sh

0 commit comments

Comments
 (0)