Skip to content

execve fix #473

execve fix

execve fix #473

Workflow file for this run

name: build windows
on:
push:
branches:
- master
jobs:
win-build:
strategy:
matrix:
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install MinGW toolchain
run: 'sudo apt install gcc-mingw-w64-x86-64 mingw-w64-x86-64-dev -y'
- name: Build (64-bit)
run: 'make ol64.exe'
# todo: add 32-bit build