Commit cab502ee authored by YdrMaster's avatar YdrMaster
Browse files

issue/55: CI 在 Windows 上执行


Signed-off-by: default avatarYdrMaster <ydrml@hotmail.com>
parent f385af7a
......@@ -9,11 +9,12 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
type: [debug, release]
runs-on: ${{ matrix.os }}
steps:
- name: checkout code
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment