Skip to content

Commit 0df31ec

Browse files
committed
Try to install the latest version of dotnet 8.
1 parent 5dd8f72 commit 0df31ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- name: Checkout
7777
uses: actions/checkout@v4
7878

79+
- uses: actions/setup-dotnet@v4
80+
with:
81+
dotnet-version: '8.0.x'
82+
7983
- name: Install dependencies
8084
run: build/linux-arm64/install.dependencies.sh
8185

0 commit comments

Comments
 (0)