Skip to content

now has gazebo too

now has gazebo too #30

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
# runs-on: macos-latest
runs-on: dockurr/macos
env:
VERSION: "ventura"
steps:
- uses: actions/checkout@v3
- name: Run install script
run: yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/IOES-Lab/ROS2_Jazzy_MacOS_Native_AppleSilicon/main/install.sh)"