-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix abandoned rust setup github action, edit README
- Loading branch information
Showing
8 changed files
with
1,634 additions
and
1,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
- name: Setup Rust | ||
uses: ATiltedTree/setup-rust@v1.0.5 | ||
uses: dtolnay/rust-toolchain@stable | ||
with: | ||
rust-version: stable | ||
toolchain: stable | ||
components: cargo | ||
- name: Install maturin and build | ||
run: pip install maturin && maturin build --release --out dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.