Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Sep 19, 2024
1 parent f962b7e commit 1a1b2b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
choco install ninja
echo VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT >> $env:GITHUB_ENV
echo CMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake >> $env:GITHUB_ENV
& $env:VCPKG_INSTALLATION_ROOT\vcpkg install --triplet x64-windows sqlite3
echo VCPKG_TARGET_TRIPLET=x64-windows-static-md >> $env:GITHUB_ENV
& $env:VCPKG_INSTALLATION_ROOT\vcpkg install --triplet x64-windows-static-md sqlite3
- name: Setup rustup
run: |
Expand All @@ -50,7 +51,7 @@ jobs:
- name: Build
run: |
cmake --preset ${{ matrix.preset }}
cmake --preset ${{ matrix.preset }} -DVCPKG_TARGET_TRIPLET=$env:VCPKG_TARGET_TRIPLET
cmake --build build
cmake --install build --prefix install
Expand Down

0 comments on commit 1a1b2b1

Please sign in to comment.