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 53
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'
54
54
sudo apt-get update
55
55
sudo apt-get install dotnet-sdk-8.0
56
+ sudo add-apt-repository ppa:dotnet/backports
57
+ sudo apt-get install dotnet6
56
58
57
59
- name : Checkout the branch
58
60
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 56
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'
57
57
sudo apt-get update
58
58
sudo apt-get install dotnet-sdk-8.0
59
+ sudo add-apt-repository ppa:dotnet/backports
60
+ sudo apt-get install dotnet6
59
61
60
62
- name : Checkout the branch
61
63
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments