Skip to content

Commit 838485c

Browse files
authored
Merge pull request #13 from roteiro-gis/ian/dev
Run MSRV check through rustup
2 parents 5aac18d + 813466e commit 838485c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: Swatinem/rust-cache@v2
8080

8181
- name: Check workspace
82-
run: cargo +1.77.0 check --workspace --all-targets --locked
82+
run: rustup run 1.77.0 cargo check --workspace --all-targets --locked
8383

8484
package:
8585
name: Packaging

0 commit comments

Comments
 (0)