Skip to content

Commit 2badb46

Browse files
committed
fix: workflow
1 parent 5295b0a commit 2badb46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-next-rspack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ env:
2525
jobs:
2626
build:
2727
name: Build
28-
uses: rspack-contrib/rspack-toolchain/.github/workflows/build.yml@v1.0.3
28+
uses: SyMind/rspack-toolchain/.github/workflows/build.yml@d86e48f6095dd7c2dfd71d0cb95761641a78d734
2929
with:
3030
package-json-path: rspack/crates/binding/package.json
3131
napi-build-command: pnpm build --release
32+
working-directory: rspack
33+
rust-toolchain: nightly-2025-05-30
3234

3335
release:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)