mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 13:50:33 +00:00
download rtx
This commit is contained in:
parent
5b190a2617
commit
fc40a5c3a2
5 changed files with 115 additions and 11 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
|
@ -19,13 +19,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: rtx-cli
|
||||
- uses: ./
|
||||
with:
|
||||
tool_versions: |
|
||||
nodejs 18
|
||||
- run: |
|
||||
rtx --version
|
||||
rtx exec -- node --version
|
||||
- run: rtx --version
|
||||
- run: rtx exec -- node --version
|
||||
- run: which node
|
||||
- run: node -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue