Skip to content

Commit

Permalink
Revert back to snapd based sdk install
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Dec 2, 2023
1 parent 2bc40e6 commit fd2946f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -8,8 +8,8 @@ init:
- git config --global core.autocrlf input

before_build:
- sudo wget -O - https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/microsoft.gpg
- sudo gedit /etc/apt/sources.list.d/microsoft.sources
- sudo snap install dotnet-sdk --channel=8.0/stable --classic
- sudo snap alias dotnet-sdk.dotnet dotnet

build_script:
- git submodule init
Expand Down

0 comments on commit fd2946f

Please sign in to comment.