Add dotnet7-sdk depend

This commit is contained in:
Antoine Martin 2024-09-09 16:48:18 +00:00
parent 2366ef4429
commit 3741783362

View file

@ -14,7 +14,7 @@ jobs:
image: alpine:latest image: alpine:latest
steps: steps:
- name: Environment setup - name: Environment setup
run: apk add nodejs git xz gzip dotnet6-sdk sed bash run: apk add nodejs git xz gzip dotnet6-sdk dotnet7-sdk sed bash
- name: Repo pull - name: Repo pull
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: