Skip to content

Fixed Ryuma's lighthouse Foxy being blocking if chest was not taken o… #560

Fixed Ryuma's lighthouse Foxy being blocking if chest was not taken o…

Fixed Ryuma's lighthouse Foxy being blocking if chest was not taken o… #560

Workflow file for this run

name: Compile
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: update-submodules
run: git submodule update --init --recursive
working-directory: "."
- name: cmake
run: cmake -G "Unix Makefiles"
working-directory: "."
- name: make
run: make
working-directory: "."