Github Actions where is chocolatey [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 18:45:51 -06:00
parent fd4cc39787
commit a6caadea69
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 5 additions and 6 deletions

View file

@ -357,4 +357,5 @@ jobs:
run: |
export CFG=Release
export CACHE_DIR=~/build-cache
where choco
./.github/workflows/ci-scripts/windows.sh

View file

@ -1,8 +1,6 @@
#!/usr/bin/bash
echo "hello world"
echo "CFG: $CFG"
echo "choco: $(which choco)"
echo "python $(which python)"
echo "python2 $(which python2)"
echo "python3 $(which python3)"
echo "sqlite $(which sqlite)"
echo "python: $(which python)"
echo "python2: $(which python2)"
echo "python3: $(which python3)"
echo "sqlite: $(which sqlite)"