Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent 22833dc commit f8e335e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_napi_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:

- name: Install cross
if: ${{ !contains(matrix.target, 'musl') }}
uses: taiki-e/install-action@cross
uses: taiki-e/install-action@v2
with:
tool: cross

### Build

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_napi_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:

- name: Install cross
if: ${{ !contains(matrix.target, 'musl') }}
uses: taiki-e/install-action@cross
uses: taiki-e/install-action@v2
with:
tool: cross

### Build

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
- uses: taiki-e/[email protected]

- name: Install cross
uses: taiki-e/install-action@cross
uses: taiki-e/install-action@v2
with:
tool: cross

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
run: pnpm run compile

- name: Install cross
uses: taiki-e/install-action@cross
uses: taiki-e/install-action@v2
with:
tool: cross

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit f8e335e

Please sign in to comment.