Skip to content

Fixed issues with Archipelago handling #559

Fixed issues with Archipelago handling

Fixed issues with Archipelago handling #559

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: "."