From 9b53de7544b8903b98c69e40e70e98d6ab312b05 Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Mon, 1 Jan 2024 21:27:08 +0000 Subject: [PATCH] ci: update macos build scripts --- .github/workflows/cmake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6cf8e0f..880a80d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -180,9 +180,9 @@ jobs: - name: Configure ndn-cxx run: | cd .. - git clone https://github.com/named-data/ndn-cxx + git clone -depth=1 https://github.com/named-data/ndn-cxx cd ndn-cxx - git checkout 535bd33223a63f7ec4820d90db2f8764ffb635f8 + # git checkout 535bd33223a63f7ec4820d90db2f8764ffb635f8 ./waf --color=yes configure --with-tests --without-osx-keychain ./waf --color=yes build sudo ./waf --color=yes install @@ -192,7 +192,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