Skip to content

Commit 21edd36

Browse files
committed
ci: remove nightly args from msrv
1 parent 9599b00 commit 21edd36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- name: Install Rust (rustup)
6363
run: |
64-
rustup toolchain install ${version} nightly --profile minimal --no-self-update
64+
rustup toolchain install ${version} --profile minimal --no-self-update
6565
rustup default ${version}
66-
cargo +nightly update -Zminimal-versions
66+
cargo update -Zminimal-versions
6767
shell: bash
6868
- run: cargo build
6969
- run: cargo build --all-features

0 commit comments

Comments
 (0)