Github Actions let's fine MSBuild [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 21:37:54 -06:00
parent 9c47b63566
commit 4dd02a0df3
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 7 additions and 5 deletions

View file

@ -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: |

View file

@ -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