Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Albrecht committed Aug 21, 2023
1 parent b58b7d7 commit 6b49e81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,6 +14,15 @@ on:
workflow_dispatch:

jobs:
SetupEnv:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Setup ROS
uses: ros-tooling/setup-ros@v0.7
- run: vcs --help

BuildSnaps:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,4 +37,4 @@ jobs:
run: |
cd simple-listener-py
./build-snap-amd64.sh

0 comments on commit 6b49e81

Please sign in to comment.