Skip to content

Commit f4e3dd8

Browse files
author
xyzjesper
committed
Add .net9
1 parent a48350a commit f4e3dd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: docker/setup-qemu-action@v3
31-
31+
- uses: actions/setup-dotnet@v5
32+
with:
33+
dotnet-version: '9.0.x'
3234
- uses: docker/setup-buildx-action@v3
3335
with:
3436
buildkitd-flags: --debug

0 commit comments

Comments
 (0)