Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Check versions
run: |
echo "Node:" `node --version`
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Check versions
run: |
echo "Node:" `node --version`
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Check versions
run: |
echo "Node:" `node --version`
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup rust target
run: rustup target add ${{ matrix.target }}

Expand Down Expand Up @@ -135,13 +128,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup rust target
run: rustup target add aarch64-apple-darwin

Expand Down Expand Up @@ -229,13 +215,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup cross compile toolchain
if: ${{ matrix.setup }}
run: ${{ matrix.setup }}
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup rust target
run: rustup target add ${{ matrix.target }}

Expand Down Expand Up @@ -137,13 +130,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup rust target
run: rustup target add aarch64-apple-darwin

Expand Down Expand Up @@ -231,13 +217,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Setup cross compile toolchain
if: ${{ matrix.setup }}
run: ${{ matrix.setup }}
Expand Down