Skip to content

Commit 0417a48

Browse files
committed
Add the missing conditional statement
Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com>
1 parent 4b29f63 commit 0417a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
cp for_test\test*.exe builds
215215
216216
- name: prepare wheel
217+
if: ${{ matrix.os == 'windows-latest' }}
217218
run: |
218219
./tools/build_wheel_prepare_for_win.sh
219220

0 commit comments

Comments
 (0)