We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd3900 commit b91b02eCopy full SHA for b91b02e
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish artfiacts to Maven Central
+name: Publish artifacts to Maven Central
2
3
on:
4
workflow_dispatch:
@@ -30,7 +30,8 @@ jobs:
30
cmd: ./build.sh
31
- platform: darwin
32
arch: x86-64
33
- cmd: CC='cc -target x86_64-apple-darwin20.1.0' CXX='c++ -std=c++11 -target x86_64-apple-darwin20.1.0' ./build.sh && mv supranational/blst/Mac/{aarch64,amd64}
+ # https://github.com/openjdk/jdk/commit/5b1baa3d10d9ef3f07f133ece8a5f1d40311c74d#diff-6078ab1e47c6bb312b7f41e7539b4849189260c38f9b359c205a5aa0f633533dR278
34
+ cmd: CC='cc -target x86_64-apple-darwin20.1.0' CXX='c++ -std=c++11 -target x86_64-apple-darwin20.1.0' ./build.sh && mv supranational/blst/Mac/{aarch64,x86_64}
35
- platform: linux
36
os: ubuntu-22.04
37
extra-packages: gcc-9 g++-9
0 commit comments