generated from actions/typescript-action
-
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
1 parent
81a6d40
commit df04b8c
Showing
9 changed files
with
214 additions
and
141 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
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
|
||
# Install cargo-prebuilt | ||
|
||
[![build-test](https://github.com/crow-rest/cargo-prebuilt-action/actions/workflows/test.yml/badge.svg)](https://github.com/crow-rest/cargo-prebuilt-action/actions/workflows/test.yml) | ||
[![build-test](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml/badge.svg)](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml) | ||
|
||
Installs cargo-prebuilt and the crates you pass to it, it also uses the tool | ||
cache to store all downloaded items. | ||
|
||
See: | ||
- [cargo-prebuilt](https://github.com/crow-rest/cargo-prebuilt) | ||
- [cargo-prebuilt-index](https://github.com/crow-rest/cargo-prebuilt-index) | ||
- [cargo-prebuilt](https://github.com/cargo-prebuilt/cargo-prebuilt) | ||
- [cargo-prebuilt-index](https://github.com/cargo-prebuilt/index) | ||
|
||
### Inputs | ||
|
||
|
@@ -38,7 +37,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install cargo-prebuilt | ||
uses: crow-rest/cargo-prebuilt-action@v1 | ||
uses: cargo-prebuilt/cargo-prebuilt-action@v1 | ||
- run: cargo prebuilt just | ||
``` | ||
or | ||
|
@@ -54,7 +53,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install cargo-prebuilt | ||
uses: crow-rest/cargo-prebuilt-action@v1 | ||
uses: cargo-prebuilt/cargo-prebuilt-action@v1 | ||
with: | ||
tools: just,[email protected] | ||
``` | ||
|
@@ -71,7 +70,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install cargo-prebuilt | ||
uses: crow-rest/cargo-prebuilt-action@v1 | ||
uses: cargo-prebuilt/cargo-prebuilt-action@v1 | ||
with: | ||
version: 0.3.0 | ||
target: aarch64-apple-darwin | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.