Skip to content

Commit

Permalink
ci: update to the latest ndn-cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed Jan 1, 2024
1 parent 89edadf commit d29090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d29090d

Please sign in to comment.