We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91b02e commit e21d401Copy full SHA for e21d401
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
cmd: CC='gcc-9 -m32' CXX='g++-9 -m32' ./build.sh && mv supranational/blst/Linux/{amd64,x86}
47
- platform: win32
48
os: windows-2022
49
- cmd: bash -c './build.sh'
+ cmd: ..\..\build.bat & bash -c './build.sh'
50
51
steps:
52
- uses: actions/checkout@v4
0 commit comments