Skip to content

Commit 110003e

Browse files
committed
fix workflow for 64 bit build
1 parent ed43886 commit 110003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-python@v5
3939
with:
4040
python-version: 3.11
41-
architecture: 'x86'
41+
architecture: 'x64'
4242
- name: Build Rust Library
4343
run: cargo build --target x86_64-pc-windows-msvc --release
4444
- name: Setup Example dir

0 commit comments

Comments
 (0)