Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 22, 2023
1 parent ecd3a50 commit de8caee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@ jobs:
uses: tsirysndr/setup-crosup@v1
with:
version: 'v0.4.8'
# Add packages to install here
packages: |
deno
zig
- name: Verify Crosup
run: crosup --version
- name: Verify Deno
run: deno --version
- name: Verify Zig
run: zig version
```

See [action.yml](action.yml) for the full documentation for this action's inputs and outputs.
Expand Down

0 comments on commit de8caee

Please sign in to comment.