Skip to content

Commit e21d401

Browse files
committed
Run build.bat on windows
1 parent b91b02e commit e21d401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cmd: CC='gcc-9 -m32' CXX='g++-9 -m32' ./build.sh && mv supranational/blst/Linux/{amd64,x86}
4747
- platform: win32
4848
os: windows-2022
49-
cmd: bash -c './build.sh'
49+
cmd: ..\..\build.bat & bash -c './build.sh'
5050

5151
steps:
5252
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)