mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15: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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: |
|
||||
actions/checkout@v2
|
||||
Vampire/setup-wsl@v1.2.
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -27,9 +29,6 @@ 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