Skip to content

Commit 3ef5146

Browse files
authored
Merge pull request #22 from ndw/dotnet6
Attempt to install .NET 6
2 parents d2236d5 + 746fad0 commit 3ef5146

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
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

.github/workflows/build-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
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

0 commit comments

Comments
 (0)