Skip to content

Commit

Permalink
test boost/bind/bind.hpp API change
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Aug 5, 2024
1 parent 67dd9c7 commit fdb1ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,3 @@ jobs:
with:
repos: universe-2
depends: universe-1
deploy:
needs: universe-2
if: success() || failure() # can get cancelled
runs-on: ubuntu-22.04
env:
ROS_DISTRO: one
DEB_DISTRO: jammy
steps:
- name: get apt packages from last job
uses: actions/cache/restore@v3
with:
path: /home/runner/apt_repo
key: apt-repo-${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-universe-2-${{ github.sha }}
- uses: v4hn/ros-deb-builder-action/deploy@rosotest
if: always() # alternatively success()
with:
BRANCH: ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SQUASH_HISTORY: true
4 changes: 2 additions & 2 deletions ros-robot.repos
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ repositories:
version: noetic-devel
ros_comm:
type: git
url: https://github.com/ros-o/ros_comm.git
version: obese-devel
url: https://github.com/lucasw/ros_comm.git
version: boost_bind_bind_hpp
ros_comm_msgs:
type: git
url: https://github.com/ros/ros_comm_msgs.git
Expand Down

0 comments on commit fdb1ac4

Please sign in to comment.