Github Actions choco install [ci skip]
This commit is contained in:
parent
ef9c219053
commit
ce6ef67671
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci-main.yml
vendored
5
.github/workflows/ci-main.yml
vendored
|
@ -349,8 +349,9 @@ jobs:
|
|||
with:
|
||||
distribution: Ubuntu-20.04
|
||||
|
||||
- shell: cmd
|
||||
run: where choco.exe
|
||||
- name: Choco installing
|
||||
shell: cmd
|
||||
run: choco.exe install sqlite
|
||||
|
||||
- name: Windows Release
|
||||
shell: wsl-bash {0}
|
||||
|
|
Loading…
Add table
Reference in a new issue