Skip to content

Commit a33c96c

Browse files
committed
added command before building windows
1 parent 9e809cf commit a33c96c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100

101101
# Placeholder steps for future implementation for Windows
102102
# Build the project for Windows OS
103+
104+
- name: Pre windows script
105+
run: rustup target add x86_64-pc-windows-msvc
106+
107+
103108
- name: Build for Windows
104109
run: pnpm build:app:windows
105110

0 commit comments

Comments
 (0)