Github Actions sqlite 2 [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 19:59:32 -06:00
parent 60ae998e13
commit 09c654dfa5
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -3,4 +3,5 @@ echo "choco: $(which choco)"
echo "python: $(which python)"
echo "python2: $(which python2)"
echo "python3: $(which python3)"
echo "sqlite: $(which sqlite)"
echo "sqlite3: $(which sqlite3)"
find /mnt/c -name 'sqlite*'