stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.05k stars 853 forks source link

Use stellar/actions/rust-cache and stellar/binaries in ci #54

Closed leighmcculloch closed 1 year ago

leighmcculloch commented 1 year ago

What

In CI jobs use stellar/actions/rust-cache to cache rust builds, and stellar/binaries to install binary tools.

Why

It looks like I missed updating this repo when we improved the caching logic for Rust builds and moved it into an action. Also just recently moved to installing binaries from prebuilds rather than from source.

Merging

This PR will conflict with #53, and should be updated and merged after #53.