Skip to content

Commit

Permalink
ci: disable openabe test build
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed May 10, 2023
1 parent debd6c5 commit c43dbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
ln -sf /usr/local/opt/[email protected]/include/openssl /usr/local/include
ln -sf /usr/local/opt/[email protected]/lib/lib* /usr/local/lib
NO_DEPS=1 BISON="$(brew --prefix bison)/bin/bison" make
make test
# test is no longer compliable after b8f9d3c8a2620c1185ca972248f7af39c1eae68c
# make test
sudo -E make install
cd ../NAC-ABE
env:
Expand Down

0 comments on commit c43dbb1

Please sign in to comment.