Skip to content

Commit d09e7d1

Browse files
committed
fix: workflow
1 parent 5295b0a commit d09e7d1

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@40c3cafbf47bc5b9e968880f00076e0b7f5370ba
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)