Skip to content

Commit

Permalink
fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Dec 8, 2023
1 parent c2bf704 commit 3cc2cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: pwsh
- name: Configure
run: |
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug -DSQLITE3_SRC_PATH=sqlite\sqlite-amalgamation-3440200\sqlite3.c -DSQLITE3_INCLUDE_PATH=sqlite\sqlite-amalgamation-344-0200\sqlite3.h .
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug -DSQLITE3_SRC_PATH=sqlite\sqlite-amalgamation-3440200\sqlite3.c -DSQLITE3_INCLUDE_PATH=sqlite\sqlite-amalgamation-3440200\sqlite3.h .
- name: Build
run: |
cmake --build . --config Debug
Expand Down

0 comments on commit 3cc2cdf

Please sign in to comment.