File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ "main" ]
88
9- env :
10- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
11-
129jobs :
1310 test :
1411 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 1010 required : true
1111 type : string
1212
13- env :
14- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
15-
1613jobs :
1714 build-and-publish :
1815 name : Build and publish to PyPI
Original file line number Diff line number Diff line change 6969 - uses : actions/checkout@v4
7070
7171 - name : Install build tools
72- run : brew install autoconf automake libtool pkg-config || true
72+ run : brew install autoconf automake libtool pkg-config
7373
7474 - name : Compile shared library
7575 run : bash build/compile-macos.sh
9191 - uses : actions/checkout@v4
9292
9393 - name : Install build tools
94- run : brew install autoconf automake libtool pkg-config || true
94+ run : brew install autoconf automake libtool pkg-config
9595
9696 - name : Compile shared library
9797 run : bash build/compile-macos.sh
You can’t perform that action at this time.
0 commit comments