File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5353 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
5555 sudo apt-get install dotnet-sdk-8.0
56+ sudo add-apt-repository ppa:dotnet/backports
57+ sudo apt-get install dotnet6
5658
5759 - name : Checkout the branch
5860 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 5656 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
5858 sudo apt-get install dotnet-sdk-8.0
59+ sudo add-apt-repository ppa:dotnet/backports
60+ sudo apt-get install dotnet6
5961
6062 - name : Checkout the branch
6163 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments