bore/ci/set_rust_version.bash
Praveen Perera a2b8382681
GitHub actions CI/CD releases (#10)
* Add GitHub CI/CD

* Add instructions for installing bin from GitHub releases

* Will work after a new version is released

* Add windows jobs for CI/CD

* Only run CI on stable rust

* Use `cargo fmt` instead of `rustfmt`, undo change

* Delete install.sh

* Update README.md

Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
2022-04-22 18:04:26 -04:00

5 lines
66 B
Bash
Executable File

#!/usr/bin/env bash
set -e
rustup default $1
rustup target add $2