Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Mar 6, 2023
1 parent 440f252 commit 7ea6ccc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,30 @@ jobs:
uses: crow-rest/cargo-prebuilt-action@v1
- run: cargo prebuilt just
```
or
```yaml
name: Install
on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cargo-prebuilt
uses: crow-rest/cargo-prebuilt-action@v1
with:
tools: just,[email protected]
```
```yaml
name: Install 0.3.0 for aarch64-apple-darwin
on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 7ea6ccc

Please sign in to comment.