Skip to content

Commit 53cf475

Browse files
committed
rename workflow file
1 parent 161e4a4 commit 53cf475

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
description: Install Solana if `true`. Defaults to `false`.
1818
required: false
1919
toolchain:
20-
description: Rust toolchain to install. Comma-separated string of [`build`, `format`, `lint`, `test`].
20+
description: Rust toolchain to install. Comma-separated string of [`format`, `lint`, `test`].
2121
required: false
2222

2323
runs:
@@ -46,10 +46,6 @@ runs:
4646
run: pnpm install --frozen-lockfile
4747
shell: bash
4848

49-
- name: Install Rust 'build' Toolchain
50-
if: ${{ contains(inputs.toolchain, 'build') }}
51-
uses: dtolnay/rust-toolchain@master
52-
5349
- name: Install Rust 'format' Toolchain
5450
if: ${{ contains(inputs.toolchain, 'format') }}
5551
uses: dtolnay/rust-toolchain@master

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
- name: Setup Environment
123123
uses: ./.github/actions/setup
124124
with:
125-
toolchain: build
126125
cargo-cache-key: cargo-program
127126
solana: true
128127

0 commit comments

Comments
 (0)