Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 02d6820 commit 3f35d7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ build_windows() {
for arch in "${windows_archs[@]}"; do
rustup target add $arch
echo "Building for windows architecture: $arch"
set CLI_BUILD_ARCH=$arch
pnpm nx run-many --target=build:bindings --skip-nx-cache
CLI_BUILD_ARCH=$arch pnpm nx run-many --target=build:bindings --skip-nx-cache
done
}

Expand Down

0 comments on commit 3f35d7a

Please sign in to comment.