File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 30
30
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
31
31
- name : install
32
32
run : |
33
+ echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
33
34
brew install ninja llvm pkg-config libb2 hwloc
34
35
sudo python3 -m pip install --upgrade pip
35
36
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml
Original file line number Diff line number Diff line change 57
57
run : |
58
58
set -e
59
59
if [ "$RUNNER_OS" = "macOS" ]; then
60
+ echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
60
61
brew install ninja pkg-config libb2 hwloc
61
62
else
62
63
sudo apt-get update
Original file line number Diff line number Diff line change 30
30
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
31
31
- name : install
32
32
run : |
33
+ echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
33
34
brew install ninja llvm pkg-config libb2 hwloc
34
35
sudo python3 -m pip install --upgrade pip
35
36
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml
Original file line number Diff line number Diff line change 30
30
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
31
31
- name : install
32
32
run : |
33
+ echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
33
34
brew install ninja llvm pkg-config libb2 hwloc
34
35
sudo python3 -m pip install --upgrade pip
35
36
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml
You can’t perform that action at this time.
0 commit comments