mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
chore(ci): Use taiki-e/install-action
if possible (#9157)
This commit is contained in:
parent
b0f233f0a2
commit
b80a4d8aad
13
.github/workflows/CI.yml
vendored
13
.github/workflows/CI.yml
vendored
@ -68,11 +68,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
||||||
- name: Install cargo-deny
|
- uses: taiki-e/install-action@v2
|
||||||
uses: baptiste0928/cargo-install@v2
|
|
||||||
with:
|
with:
|
||||||
crate: cargo-deny
|
tool: cargo-deny@0.14.15
|
||||||
version: "0.14.15"
|
|
||||||
|
|
||||||
- name: Check licenses
|
- name: Check licenses
|
||||||
run: |
|
run: |
|
||||||
@ -684,13 +682,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./scripts/github/test-concurrent.sh ${{ matrix.settings.crate }}
|
./scripts/github/test-concurrent.sh ${{ matrix.settings.crate }}
|
||||||
|
|
||||||
- name: Install cargo-hack
|
- uses: taiki-e/install-action@v2
|
||||||
uses: baptiste0928/cargo-install@v2
|
|
||||||
if: matrix.settings.os == 'ubuntu-latest'
|
if: matrix.settings.os == 'ubuntu-latest'
|
||||||
with:
|
with:
|
||||||
crate: cargo-hack
|
tool: cargo-hack@0.5.29
|
||||||
version: "0.5.29"
|
|
||||||
locked: true
|
|
||||||
|
|
||||||
- name: Check compilation
|
- name: Check compilation
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user