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 1a1b2b1 commit 5ccd330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
rustup update
- name: Build
shell: bash
run: |
cmake --preset ${{ matrix.preset }} -DVCPKG_TARGET_TRIPLET=$env:VCPKG_TARGET_TRIPLET
cmake --preset ${{ matrix.preset }} -DVCPKG_TARGET_TRIPLET=$VCPKG_TARGET_TRIPLET
cmake --build build
cmake --install build --prefix install
Expand Down

0 comments on commit 5ccd330

Please sign in to comment.