Github Actions sqlite 4 [ci skip]
This commit is contained in:
parent
49b45e9990
commit
9c47b63566
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/ci-scripts/windows.sh
vendored
2
.github/workflows/ci-scripts/windows.sh
vendored
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue