Skip to content

Commit

Permalink
ci: fix typo in macos build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed Jan 1, 2024
1 parent 9b53de7 commit 5e9e853
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 @@ -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
Expand Down

0 comments on commit 5e9e853

Please sign in to comment.