Update cmake-windows.yml
This commit is contained in:
parent
69ff8d92d8
commit
8ca56af191
1 changed files with 6 additions and 1 deletions
7
.github/workflows/cmake-windows.yml
vendored
7
.github/workflows/cmake-windows.yml
vendored
|
@ -11,10 +11,15 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: Install-Module posh-git -Scope CurrentUser -Force
|
run: Install-Module posh-git -Scope CurrentUser -Force
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: test 2
|
||||||
|
shell: powershell
|
||||||
|
run: git --version
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue