File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 include :
3030 - platform : darwin
3131 os : macos-14
32- brew-packages : https://raw.githubusercontent.com/Homebrew/homebrew-core/d68a6bc0fa0fe84d4ab40a7df228a2b9bc48bc37/Formula/s/ swig.rb
32+ brew-packages : swig
3333 cmd : ./run.me
3434 - platform : darwin
3535 arch : x86-64
@@ -56,10 +56,12 @@ jobs:
5656 cl /nologo /MT /LD /O2 /W3 /wd4267 /EHsc /D_CRT_SECURE_NO_WARNINGS /I "$env:JAVA_HOME\include" /I ..\ /I "$env:JAVA_HOME\include\win32" blst_wrap.cpp blst.lib /link /OUT:supranational/blst/Windows/amd64/blst.dll
5757
5858 steps :
59+ - if : matrix.brew-packages != ''
60+ run : brew install ${{ matrix.brew-packages }}
61+ - run : swig -version
5962 - uses : actions/checkout@v6
6063 with :
6164 repository : supranational/blst
62- ref : v${{ inputs.version }}
6365 - uses : actions/setup-java@v5
6466 with :
6567 distribution : ' temurin'
6870 run : |
6971 sudo apt-get update
7072 sudo apt-get install -y ${{ matrix.extra-packages }}
71- - if : matrix.brew-packages != ''
72- run : brew install ${{ matrix.brew-packages }}
7373 - if : matrix.os == 'windows-2022'
7474 uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
7575 - name : Build native image
You can’t perform that action at this time.
0 commit comments