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 23, 2023
1 parent 33b394d commit 77a3039
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/main.yml
Expand Up @@ -14,27 +14,19 @@ on:
workflow_dispatch:

jobs:
SetupEnv:
SetupAndBuild:
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:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
run: sudo snap install snapcraft --channel=6.x/stable --classic
-
run: |
- run: sudo snap install snapcraft --channel=6.x/stable --classic
- run: |
cd simple-listener-py
./build-snap-amd64.sh

0 comments on commit 77a3039

Please sign in to comment.