-
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.
Co-authored-by: Gabi O'Bittern <gabi_o'[email protected]> Co-authored-by: Beauregard Polecat <[email protected]>
- Loading branch information
1 parent
e9628e0
commit 861aa78
Showing
7 changed files
with
12 additions
and
48 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
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
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