mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
add tool
This commit is contained in:
parent
56cbdf5f0e
commit
ef8d3cf02b
1 changed files with 10 additions and 0 deletions
10
.github/actions/rustup/action.yml
vendored
10
.github/actions/rustup/action.yml
vendored
|
|
@ -28,6 +28,9 @@ inputs:
|
|||
default: 'warm'
|
||||
required: false
|
||||
type: string
|
||||
tool:
|
||||
required: false
|
||||
type: string
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
|
@ -86,3 +89,10 @@ runs:
|
|||
with:
|
||||
shared-key: ${{ inputs.shared-key }}
|
||||
save-if: ${{ inputs.save-cache == 'true' }}
|
||||
|
||||
- name: Install tools
|
||||
uses: taiki-e/install-action@v2
|
||||
if: ${{ inputs.tool }}
|
||||
with:
|
||||
tool: ${{ inputs.tool }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue