mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
test2
This commit is contained in:
parent
43d698bc6c
commit
15e107bb9f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -14,9 +14,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: |
|
- uses: actions/checkout@v2
|
||||||
actions/checkout@v2
|
|
||||||
Vampire/setup-wsl@v1.2.
|
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -29,6 +27,9 @@ jobs:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
|
|
||||||
|
# - name: Setup WSL
|
||||||
|
# uses: Vampire/setup-wsl@v1.2.0
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue