Do not pull dotnet7
This commit is contained in:
parent
c3b7a0e744
commit
43a5289eff
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
image: alpine:3.20
|
image: alpine:3.20
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- 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
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue