Add support for juliaup (#208)

* Add support for juliaup

* Update config.rs

* Change the position for Juliaup Step.

* Update generic.rs
This commit is contained in:
Ruben Molina
2022-11-24 14:17:58 -05:00
committed by GitHub
parent e456155562
commit 25c5057171
5 changed files with 16 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '${{ env.RUST_VER }}'
toolchain: '${{ env.RUST_VER }}
components: rustfmt
- name: Run cargo fmt