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:
Jiahao XU 2023-08-10 06:14:34 +10:00 committed by GitHub
parent 000c87bcee
commit 8e6dcc57ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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