Skip to content

Commit acb1f3b

Browse files
committed
ci: add Rust toolchain to release workflow for native addon build
1 parent ffc4984 commit acb1f3b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ jobs:
148148
steps:
149149
- uses: actions/checkout@v4
150150

151+
- name: Setup Rust
152+
uses: actions-rs/toolchain@v1
153+
with:
154+
toolchain: stable
155+
profile: minimal
156+
override: true
157+
151158
- name: Set up Node.js
152159
uses: actions/setup-node@v4
153160
with:

0 commit comments

Comments
 (0)