Skip to content

Commit c51671f

Browse files
committed
try fix install msrv
Signed-off-by: xxchan <xxchan22f@gmail.com>
1 parent 51d0cb2 commit c51671f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- uses: actions/checkout@v4
130+
- name: Install cargo-msrv
131+
run: cargo install cargo-msrv
130132
- name: Setup Rust toolchain
131133
uses: ./.github/actions/setup-builder
132134
with:
133135
rust-version: ${{ env.rust_msrv }}
134-
- name: Install cargo-msrv
135-
run: cargo install cargo-msrv
136136
- name: Check iceberg
137137
working-directory: crates/iceberg
138138
run: cargo msrv --log-target stdout verify

0 commit comments

Comments
 (0)