diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65071fa4..749dd239 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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