diff --git a/.github/workflows/non_vendored.yml b/.github/workflows/non_vendored.yml index 85ac17950b..7c253e161a 100644 --- a/.github/workflows/non_vendored.yml +++ b/.github/workflows/non_vendored.yml @@ -58,7 +58,7 @@ jobs: cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DJSON_BuildTests=OFF . && cmake --build build && sudo cmake --install build popd - git clone --depth 1 --branch v1.75 https://github.com/chipsalliance/UHDM.git + git clone --depth 1 --branch v1.76 https://github.com/chipsalliance/UHDM.git pushd UHDM cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DUHDM_USE_HOST_GTEST=ON -DUHDM_USE_HOST_CAPNP=ON . && cmake --build build && sudo cmake --install build popd @@ -93,7 +93,7 @@ jobs: pushd build && ctest --output-on-failure && popd rm -rf build # make sure we only see installation artifacts - + # this shouldnt be necessary, and can't be reproduced outside CI export CMAKE_PREFIX_PATH=$INSTALL_DIR