Skip to content

Commit fda1c80

Browse files
committed
install rust on m1 runners
1 parent d6ccab5 commit fda1c80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
if: ${{runner.os == 'macOS' && runner.arch == 'arm64'}}
2525
run: npm install -g yarn
2626

27+
- name: Install Rust
28+
if: ${{runner.os == 'macOS' && runner.arch == 'arm64'}}
29+
uses: actions-rs/toolchain@v1
30+
with:
31+
toolchain: stable
32+
default: true
33+
2734
- name: Building
2835
run: yarn install
2936

0 commit comments

Comments
 (0)