From 19061fcd9848b6c12c8a45f4c041d4345ce921dc Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Fri, 17 May 2024 11:05:58 -0700 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 919b610..bd22ef4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -65,7 +65,7 @@ jobs: cd .. git clone --depth=1 https://github.com/named-data/ndn-cxx cd ndn-cxx - ./waf --color=yes configure --disable-static --enable-shared --without-osx-keychain + ./waf --color=yes configure --disable-static --enable-shared ./waf --color=yes build sudo ./waf install sudo ldconfig @@ -183,7 +183,7 @@ jobs: git clone --depth=1 https://github.com/named-data/ndn-cxx cd ndn-cxx # git checkout 535bd33223a63f7ec4820d90db2f8764ffb635f8 - ./waf --color=yes configure --with-tests --without-osx-keychain + ./waf --color=yes configure --with-tests ./waf --color=yes build sudo ./waf --color=yes install ./build/unit-tests