-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do git@github search in github actions
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
workflow_dispatch: | ||
|
||
jobs: | ||
ubuntu2004and2204: | ||
ubuntu2004: | ||
runs-on: ubuntu-20.04 | ||
# env: | ||
steps: | ||
|
@@ -27,8 +27,9 @@ jobs: | |
run: | | ||
cd staging | ||
cp ../ros_from_src/*yaml underlay_ws/src | ||
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml | ||
# override rosconsole in 20.04 for log4cxx compatibility | ||
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh | ||
underlay_ws/git_clone.sh | ||
- name: local build | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ jobs: | |
run: | | ||
cd staging | ||
cp ../ros_from_src/*yaml underlay_ws/src | ||
# override rosconsole in 20.04 for log4cxx compatibility | ||
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh | ||
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml | ||
underlay_ws/git_clone.sh | ||
- name: local build | ||
run: | | ||
|