Skip to content

Commit a8eb7fe

Browse files
committed
chore: fix the windows building ci
1 parent 688a53d commit a8eb7fe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
ref: ${{ needs.tag.outputs.tag_name }}
138138
submodules: true
139139
- name: Show current commit
140+
shell: cmd
140141
run: git log -1 --oneline
141142
- name: Build wheels
142143
shell: cmd

.github/workflows/release-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
ref: ${{ needs.release.outputs.tag_name }}
117117
submodules: true
118118
- name: Show current commit
119+
shell: cmd
119120
run: git log -1 --oneline
120121
- name: Build wheels
121122
shell: cmd

0 commit comments

Comments
 (0)