Skip to content

Commit c4a03c0

Browse files
committed
Update workflows
1 parent de7656e commit c4a03c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
# list of Docker images to use as base name for tags
2626
images: |
27-
wpihuron/huron
27+
almaswpi/mumei
2828
# generate Docker tags based on the following events/attributes
2929
tags: |
3030
type=ref,event=pr
@@ -78,7 +78,7 @@ jobs:
7878
cmake --toolchain ../../tools/x86_64-toolchain.cmake -DBUILD_SHARED_LIBS=ON -Bbuild
7979
sudo cmake --build build --parallel --target install
8080
cd -
81-
- name: Build, test, and install huron
81+
- name: Build, test, and install mumei
8282
run: |
8383
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH
8484
cmake -DBUILD_TYPE=x86_64 -DUSE_PINOCCHIO=1 -DCMAKE_PREFIX_PATH=/opt/ros/humble -Bbuild

0 commit comments

Comments
 (0)