Skip to content

Commit f7f793b

Browse files
committed
Try build brial
1 parent eea61fa commit f7f793b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
wget https://github.com/BRiAl/BRiAl/releases/download/1.2.12/brial-1.2.12.tar.bz2
170170
tar xvf brial-1.2.12.tar.bz2
171171
cd brial-1.2.12
172+
export CXXFLAGS="-I$(brew --prefix boost)/include"
173+
export LDFLAGS="-L$(brew --prefix boost)/lib"
172174
./configure --with-boost=$(brew --prefix boost) --enable-static --enable-shared
173175
make -j8
174176
sudo make install

0 commit comments

Comments
 (0)