Update rust_and_ros2.yml

updated to use docker instead
This commit is contained in:
Kristofer Bengtsson 2021-05-26 15:32:46 +02:00 committed by GitHub
parent a416a433ae
commit d6b3423340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -13,11 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
container: kristoferb/spbase_ros2:rolling
steps:
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: rolling
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose