mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15: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
|
||||
|
||||
steps:
|
||||
- uses: |
|
||||
actions/checkout@v2
|
||||
Vampire/setup-wsl@v1.2.
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -29,6 +27,9 @@ jobs:
|
|||
dotnet-version: 7.0.x
|
||||
include-prerelease: true
|
||||
|
||||
# - name: Setup WSL
|
||||
# uses: Vampire/setup-wsl@v1.2.0
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue