Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 authored May 17, 2024
1 parent 235bc2b commit 19061fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19061fc

Please sign in to comment.