Skip to content

Guarantee "-more-" has a space in front of it #302

Guarantee "-more-" has a space in front of it

Guarantee "-more-" has a space in front of it #302

Workflow file for this run

name: Windows
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Stock
runs-on: ubuntu-latest
steps:
- name: Install Build Dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-mingw-w64 automake autoconf make
- name: Clone Project
uses: actions/checkout@v4
- name: Build
run: |
./autogen.sh
./configure --enable-win --build=i686-pc-linux-gnu --host=i686-w64-mingw32
make