From d29090d8a44b699e71219e479bf5ad394cf8b3af Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Mon, 1 Jan 2024 20:00:36 +0000 Subject: [PATCH] ci: update to the latest ndn-cxx --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 548c9b7..8a593ef 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -63,7 +63,7 @@ jobs: - name: Configure ndn-cxx run: | cd .. - git clone -b ndn-cxx-0.8.1 --depth=1 https://github.com/named-data/ndn-cxx + 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 build