From 6e409493f73ad78e980b80e42954fbf3f1065896 Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Mon, 1 Jan 2024 20:10:54 +0000 Subject: [PATCH] ci: update to the latest nfd --- .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 8a593ef..6cf8e0f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -74,7 +74,7 @@ jobs: - name: Configure NFD run: | cd .. - git clone -b NFD-22.12 --depth=1 https://github.com/named-data/NFD + git clone --depth=1 https://github.com/named-data/NFD cd NFD git submodule update --init ./waf --color=yes configure