Skip to content

Fix build

Fix build #3

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: ./init/bootstrap_ubuntu_server.sh virtual.ssl.robocup.org field-a
- name: Cleanup
run: docker compose down -v