-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gabi O'Bittern
committed
Jan 16, 2025
1 parent
e9628e0
commit fc6597b
Showing
4 changed files
with
6 additions
and
41 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 |
---|---|---|
|
@@ -26,20 +26,9 @@ runs: | |
- uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
toolchain: 1.78.0 | ||
toolchain: stable | ||
override: true | ||
|
||
- name: install rustfmt clippy | ||
shell: bash | ||
run: rustup component add rustfmt clippy | ||
|
||
- name: also rust cache | ||
uses: Swatinem/[email protected] | ||
with: | ||
shared-key: "libra" | ||
cache-on-failure: "true" | ||
|
||
# call own action for libra_cli | ||
# known issue with needing to hard code the @version | ||
# https://github.com/orgs/community/discussions/41927 | ||
- uses: 0LNetworkCommunity/libra-framework/.github/actions/get_cli@main |
This file was deleted.
Oops, something went wrong.
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
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