This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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: | | ||
|
@@ -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' | ||
|
@@ -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) | ||
|