Do not pull dotnet7

This commit is contained in:
Antoine Martin 2024-11-12 22:11:30 +00:00
parent c3b7a0e744
commit 43a5289eff

View file

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