Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
CI: vcpkg: enable debugging output
Browse files Browse the repository at this point in the history
- by default it saves errs into txt files, not so useful for CI

Signed-off-by: Ookiineko <[email protected]>
  • Loading branch information
Ookiineko committed Jul 14, 2024
1 parent 3171ea3 commit ec6fa23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Prepare (Cross)
run: |
vcpkg install --host-triplet=${{ env.vcpkg_triplet }} zlib liblzma lz4 'bzip2[core]'
vcpkg install --debug --host-triplet=${{ env.vcpkg_triplet }} zlib liblzma lz4 'bzip2[core]'
- name: Synchronize (source)
uses: yogeshlonkar/[email protected]
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:

- name: Prepare (Cross)
run: |
vcpkg install --host-triplet=${{ matrix.vcpkg_triplet }} liblzma lz4
vcpkg install --debug --host-triplet=${{ matrix.vcpkg_triplet }} liblzma lz4
- name: Prepare (PATH)
run: |
Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:

- name: Prepare (Cross)
run: |
vcpkg install --host-triplet=${{ matrix.vcpkg_triplet }} zlib liblzma lz4 'bzip2[core]'
vcpkg install --debug --host-triplet=${{ matrix.vcpkg_triplet }} zlib liblzma lz4 'bzip2[core]'
- name: Prepare (Rust)
if: matrix.build_rust_std == 'OFF'
Expand Down Expand Up @@ -820,7 +820,7 @@ jobs:

- name: Prepare (Cross)
run: |
vcpkg install --host-triplet=${{ env.vcpkg_triplet }} \
vcpkg install --debug --host-triplet=${{ env.vcpkg_triplet }} \
zlib liblzma lz4 'bzip2[core]'
- name: Prepare (Rust)
Expand Down

0 comments on commit ec6fa23

Please sign in to comment.