Skip to content

SDL2: size limit for vector font is one less than it should be #311

SDL2: size limit for vector font is one less than it should be

SDL2: size limit for vector font is one less than it should be #311

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