Skip to content

Update CI scripts

Update CI scripts #3

Workflow file for this run

name: Linux Build
runs:
using: "composite"
steps:
- name: Install packages
run: sudo apt install -y openssh-client mesa-common-dev xorg-dev libxi-dev libxcursor-dev mingw-w64
- name: Update submodules
run: |
git submodule init
git submodule update --remote
- name: Build linux x86_64
run: make
- name: Build windows x86_64 (cross)
run: make cross