File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 run : |
5151 sudo apt-get install curl gnupg
5252 sudo sh -c 'curl -s https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg'
53- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial -prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
53+ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-noble -prod noble main" > /etc/apt/sources.list.d/dotnetdev.list'
5454 sudo apt-get update
55- sudo apt-get install dotnet-sdk-6 .0
55+ sudo apt-get install dotnet-sdk-8 .0
5656
5757 - name : Checkout the branch
5858 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 5353 run : |
5454 sudo apt-get install curl gnupg
5555 sudo sh -c 'curl -s https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg'
56- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial -prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
56+ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-noble -prod noble main" > /etc/apt/sources.list.d/dotnetdev.list'
5757 sudo apt-get update
58- sudo apt-get install dotnet-sdk-6 .0
58+ sudo apt-get install dotnet-sdk-8 .0
5959
6060 - name : Checkout the branch
6161 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments