From 5e9e853177f0b08eecc9c46b191c331c9e96eb0e Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Mon, 1 Jan 2024 21:38:13 +0000 Subject: [PATCH] ci: fix typo in macos build scripts --- .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 880a80d..919b610 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -180,7 +180,7 @@ jobs: - name: Configure ndn-cxx run: | cd .. - git clone -depth=1 https://github.com/named-data/ndn-cxx + 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