Github Actions wsl bash is weird 2 [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 18:38:24 -06:00
parent 5e0231e7b7
commit fd4cc39787
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -1,6 +1,8 @@
#!/usr/bin/bash
which choco
which python
which python2
which python3
which sqlite
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)"