Github Actions let's fine MSBuild [ci skip]
This commit is contained in:
parent
9c47b63566
commit
4dd02a0df3
2 changed files with 7 additions and 5 deletions
3
.github/workflows/ci-main.yml
vendored
3
.github/workflows/ci-main.yml
vendored
|
@ -353,6 +353,9 @@ jobs:
|
|||
shell: cmd
|
||||
run: choco.exe install sqlite
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Windows Release
|
||||
shell: wsl-bash {0}
|
||||
run: |
|
||||
|
|
9
.github/workflows/ci-scripts/windows.sh
vendored
9
.github/workflows/ci-scripts/windows.sh
vendored
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
echo "choco: $(which choco)"
|
||||
echo "python: $(which python)"
|
||||
echo "python2: $(which python2)"
|
||||
echo "python3: $(which python3)"
|
||||
echo "sqlite3: $(which sqlite3)"
|
||||
echo "sqlite3: $(which sqlite3.exe)"
|
||||
echo "sqlite3.exe: $(which sqlite3.exe)"
|
||||
echo "cmd.exe: $(which cmd.exe)"
|
||||
echo "MSBuild.exe: $(which MSBuild.exe)"
|
||||
ls -Al /mnt/c
|
||||
|
|
Loading…
Add table
Reference in a new issue