We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3df1c2 commit 09fc943Copy full SHA for 09fc943
.github/workflows/ci.yml
@@ -654,8 +654,8 @@ jobs:
654
${{ env.UV_WORKSPACE }}/target/aarch64-pc-windows-msvc/debug/uvx.exe
655
retention-days: 1
656
657
- cargo-build-msrv:
658
- name: "cargo build (msrv)"
+ build-binary-msrv:
+ name: "build binary | msrv"
659
needs: determine_changes
660
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
661
runs-on: github-ubuntu-24.04-x86_64-8
0 commit comments