Skip to content

Commit

Permalink
Merge pull request #3970 from hzeller/feature-20240514-update-non-vendor
Browse files Browse the repository at this point in the history
Update CI to use non-vendored UHDM 1.83
  • Loading branch information
hzeller committed May 15, 2024
2 parents 5223a1a + 2b1ca03 commit 00df97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/non_vendored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.82 https://github.com/chipsalliance/UHDM.git
git clone --depth 1 --branch v1.83 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
Expand Down

0 comments on commit 00df97c

Please sign in to comment.