Skip to content

Commit

Permalink
install correct branch for argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 6, 2023
1 parent 0eb0ca6 commit 6e144e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
mkdir -p /opt/cpp-argparse/build
git clone https://github.com/p-ranav/argparse /opt/cpp-argparse/src
cd /opt/cpp-argparse/src
git checkout 0.7.2
git checkout v3.0
cd /opt/cpp-argparse/build
emcmake cmake ../src/ -DCMAKE_INSTALL_PREFIX=/custom_sysroot
emmake make -j2 install
Expand Down

0 comments on commit 6e144e2

Please sign in to comment.