Github Actions sqlite 2 [ci skip]
This commit is contained in:
parent
60ae998e13
commit
09c654dfa5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci-scripts/windows.sh
vendored
3
.github/workflows/ci-scripts/windows.sh
vendored
|
@ -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*'
|
||||
|
|
Loading…
Add table
Reference in a new issue