Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 5, 2024
1 parent 3e8c848 commit 478ebc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create and publish a Docker image
name: Publish a Docker image (AMD64; Common X86_64 Linux Machine)

# yamllint disable-line rule:truthy
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-arm64v8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create and publish a Docker image
name: Publish a Docker image (ARM64; Apple Silicon)

# yamllint disable-line rule:truthy
on:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/jazzy-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true

- name: "Install ROS-Gazebo Framework Deps"
id: install-ros-gazebo
run: |
sudo /bin/bash -c "$(
curl -fsSL https://raw.githubusercontent.com/IOES-Lab/dave/ros2/extras/ros-jazzy-gz-harmonic-install.sh

Check warning on line 69 in .github/workflows/jazzy-source-build.yml

View workflow job for this annotation

GitHub Actions / Run Linters for Code Format Check

69:101 [line-length] line too long (115 > 100 characters)
)"
- uses: actions/checkout@v4
with:
path: ${{ env.path }}
Expand Down

0 comments on commit 478ebc5

Please sign in to comment.