Skip to content

Commit b91b02e

Browse files
vsuharnikovphearnot
authored andcommitted
Fix a path to the library for macOS with Intel (#1)
1 parent 3fd3900 commit b91b02e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish artfiacts to Maven Central
1+
name: Publish artifacts to Maven Central
22

33
on:
44
workflow_dispatch:
@@ -30,7 +30,8 @@ jobs:
3030
cmd: ./build.sh
3131
- platform: darwin
3232
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}
33+
# 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}
3435
- platform: linux
3536
os: ubuntu-22.04
3637
extra-packages: gcc-9 g++-9

0 commit comments

Comments
 (0)