koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

Fix setup-rust action in github actions #979

Closed craigds closed 3 months ago

craigds commented 3 months ago

Description

Uses rustup to install rust in the Linux build, rather than the recently-deleted ATiltedTree/setup-rust action.

The MacOS build uses dtolnay/rust-toolchain@stable - I tried to use this, but the ancient manylinux2014 image doesn't have a new-enough curl version, so that action dies. So I just curled it manually; seems to work

Related links:

Checklist: