mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
try multiline
This commit is contained in:
parent
6655b631bb
commit
43d698bc6c
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -14,7 +14,9 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: |
|
||||||
|
actions/checkout@v2
|
||||||
|
Vampire/setup-wsl@v1.2.
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -27,9 +29,6 @@ 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