Skip to content

it should be -lgdi32 not -lgdi #3

it should be -lgdi32 not -lgdi

it should be -lgdi32 not -lgdi #3

Workflow file for this run

name: Windows
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make buildWindows
- name: make check
run: make test