mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
Fix release-pr.yml
: Set RUSTFLAGS=--cfg reqwest_unstable
(#1270)
for `binsalk-downloader` since its feature `http3` require this. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
000c87bcee
commit
8e6dcc57ff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -53,3 +53,5 @@ jobs:
|
||||||
pr-template-file: .github/scripts/release-pr-template.ejs
|
pr-template-file: .github/scripts/release-pr-template.ejs
|
||||||
check-semver: ${{ inputs.crate != 'bin' }}
|
check-semver: ${{ inputs.crate != 'bin' }}
|
||||||
check-package: true
|
check-package: true
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: --cfg reqwest_unstable
|
||||||
|
|
Loading…
Add table
Reference in a new issue