This commit is contained in:
parent
1adcc5ea7c
commit
047f0f8fa9
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ jobs:
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: 7.0
|
||||||
7.0
|
|
||||||
- run: |
|
- run: |
|
||||||
chmod +x ./build.sh
|
chmod +x ./build.sh
|
||||||
./build.sh --root .
|
./build.sh --root .
|
||||||
|
|
Loading…
Reference in a new issue