Skip to content

Commit

Permalink
restore fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Aug 29, 2023
1 parent 5339c49 commit fd90c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ jobs:
source ${{ matrix.build_type }}/setup.bash
catkin build --no-status jsk*
# - name: build fuse
# run: |
# cd ${{ matrix.build_type }}_base_catkin_ws
# source ${{ matrix.build_type }}/setup.bash
# catkin build --no-status fuse_models fuse_optimizers
- name: build fuse
run: |
cd ${{ matrix.build_type }}_base_catkin_ws
source ${{ matrix.build_type }}/setup.bash
catkin build --no-status fuse_models fuse_optimizers
- name: build rest of ${{ matrix.build_type }}_base_catkin_ws
run: |
Expand Down
8 changes: 4 additions & 4 deletions ubuntu_2204/base_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ repositories:
type: git
url: [email protected]:lucasw/find-object.git
version: master
# other/fuse:
# type: git
# url: [email protected]:lucasw/fuse
# version: cpp17
other/fuse:
type: git
url: [email protected]:lucasw/fuse
version: cpp17
other/geneus:
type: git
url: [email protected]:jsk-ros-pkg/geneus.git
Expand Down

0 comments on commit fd90c5a

Please sign in to comment.