We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7656e commit c4a03c0Copy full SHA for c4a03c0
.github/workflows/c-cpp.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
# list of Docker images to use as base name for tags
26
images: |
27
- wpihuron/huron
+ almaswpi/mumei
28
# generate Docker tags based on the following events/attributes
29
tags: |
30
type=ref,event=pr
@@ -78,7 +78,7 @@ jobs:
78
cmake --toolchain ../../tools/x86_64-toolchain.cmake -DBUILD_SHARED_LIBS=ON -Bbuild
79
sudo cmake --build build --parallel --target install
80
cd -
81
- - name: Build, test, and install huron
+ - name: Build, test, and install mumei
82
run: |
83
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH
84
cmake -DBUILD_TYPE=x86_64 -DUSE_PINOCCHIO=1 -DCMAKE_PREFIX_PATH=/opt/ros/humble -Bbuild
0 commit comments