Skip to content

Commit

Permalink
ci: update macos build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed Jan 1, 2024
1 parent 6e40949 commit 9b53de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9b53de7

Please sign in to comment.