Skip to content

build(deps): update h3 requirement from 0.0.3 to 0.0.4 #2253

build(deps): update h3 requirement from 0.0.3 to 0.0.4

build(deps): update h3 requirement from 0.0.3 to 0.0.4 #2253

Triggered via pull request January 25, 2024 09:27
Status Failure
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
qns
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; source /root/.cargo/env; if [ \"$release\" = \"true\" ]; then RUSTFLAGS=\"$RUSTFLAGS_REL\" cargo auditable build -p s2n-quic-qns --bin s2n-quic-qns --release; cp target/release/s2n-quic-qns .; else RUSTFLAGS=\"$RUSTFLAGS_DEV\" cargo auditable build -p s2n-quic-qns --bin s2n-quic-qns; cp target/debug/s2n-quic-qns .; fi; rm -rf target" did not complete successfully: exit code: 101
qns
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/