Skip to content

Commit 76b80ff

Browse files
committed
ci: remove setup, as we not need
1 parent 8396a78 commit 76b80ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
steps:
6565
- name: Checkout
6666
uses: actions/checkout@v5
67-
- name: Setup Toolchains
68-
uses: ./.github/actions/setup
69-
with:
70-
arch: "${{ matrix.os != 'macos-13' || endsWith(matrix.os, 'arm') ? 'arm' : 'x86_64' }}"
7167
- name: Setup Cache
7268
uses: Swatinem/rust-cache@v2
7369
- name: Build (maa-cli)
@@ -187,8 +183,6 @@ jobs:
187183
steps:
188184
- name: Checkout
189185
uses: actions/checkout@v5
190-
- name: Setup Toolchains
191-
uses: ./.github/actions/setup
192186
- name: Setup Cache
193187
uses: Swatinem/rust-cache@v2
194188
- name: Install MaaCore

0 commit comments

Comments
 (0)