Skip to content

Commit

Permalink
Merge pull request #61 from clubcapra/fix-docker
Browse files Browse the repository at this point in the history
Fix docker
  • Loading branch information
IliTheButterfly authored Jun 19, 2024
2 parents 81eaafa + 3b17ccf commit 5dbec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is working on ROS2 rove build
on: [push]
jobs:
Build_rove:
runs-on: [self-hosted, linux, docker]
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 5dbec1a

Please sign in to comment.