This commit is contained in:
dependabot[bot] 2025-08-12 00:58:37 +00:00 committed by GitHub
commit acb0ba8f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup rust
run: |
rustup toolchain install nightly --profile minimal --component rustfmt --no-self-update
@ -46,7 +46,7 @@ jobs:
run2: -D warnings
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup rust
run: |
rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update
@ -81,7 +81,7 @@ jobs:
# env:
# RUSTFLAGS: -C target-feature=+crt-static
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup rust
run: |
rustup toolchain install stable --target ${{ matrix.target.target }} --profile minimal --no-self-update