forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#346 Cleanup: Remove trailing whitespace in Github…
… Actions files Signed-off-by: Juan Pablo Samper <[email protected]>
- Loading branch information
1 parent
4c22015
commit 264b1ad
Showing
3 changed files
with
14 additions
and
14 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
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
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-20.04] | ||
|
||
steps: | ||
- name: Setup ROS | ||
uses: ros-tooling/[email protected] | ||
|
@@ -32,10 +32,10 @@ jobs: | |
sudo apt-get update && sudo apt-get install -y cmake libacl1-dev libncurses5-dev pkg-config | ||
mkdir -p src/iceoryx | ||
cd $GITHUB_WORKSPACE/src/iceoryx | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Build & Test | ||
run: | | ||
cd $GITHUB_WORKSPACE | ||
|