Github Actions sqlite 4 [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 21:14:31 -06:00
parent 49b45e9990
commit 9c47b63566
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 2 additions and 2 deletions

View file

@ -358,5 +358,5 @@ jobs:
run: |
export CFG=Release
export CACHE_DIR=~/build-cache
ls -Al /mnt/c/ProgramData/chocolatey/lib/SQLite/tools/sqlite-tools-win32-x86-3330000
export PATH="/mnt/c/ProgramData/chocolatey/lib/SQLite/tools/sqlite-tools-win32-x86-3330000:$PATH"
./.github/workflows/ci-scripts/windows.sh

View file

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