File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,17 @@ jobs:
5555 path : /tmp/pybind11
5656 key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml') }}
5757
58- - name : Build and install pybind11
58+ - name : Build pybind11
5959 if : steps.pybind11_cache.outputs.cache-hit != 'true'
6060 run : |
6161 git clone -b v2.4.3 --depth 1 https://github.com/pybind/pybind11.git /tmp/pybind11
6262 cd /tmp/pybind11
6363 cmake -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF -DPYTHON_EXECUTABLE=$(which python3.7) .
64+ make --silent
65+
66+ - name : Install pybind11
67+ run : |
68+ cd /tmp/pybind11
6469 sudo make --silent install
6570
6671 - name : Download and install the latest SOFA ${{ matrix.sofa_branch }} binaries
Original file line number Diff line number Diff line change @@ -55,12 +55,17 @@ jobs:
5555 path : /tmp/pybind11
5656 key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml') }}
5757
58- - name : Build and install pybind11
58+ - name : Build pybind11
5959 if : steps.pybind11_cache.outputs.cache-hit != 'true'
6060 run : |
6161 git clone -b v2.4.3 --depth 1 https://github.com/pybind/pybind11.git /tmp/pybind11
6262 cd /tmp/pybind11
6363 cmake -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF -DPYTHON_EXECUTABLE=$(which python3.7) .
64+ make --silent
65+
66+ - name : Install pybind11
67+ run : |
68+ cd /tmp/pybind11
6469 sudo make --silent install
6570
6671 - name : Download and install the latest SOFA ${{ matrix.sofa_branch }} binaries
You can’t perform that action at this time.
0 commit comments