This repository was archived by the owner on May 27, 2025. It is now read-only.
chore: add CMake support for MinGW-w64 environment #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
branches: | |
- master | |
permissions: | |
contents: read | |
actions: write | |
jobs: | |
build: | |
uses: ./.github/workflows/build-ci.yml |