Skip to content

fix: typo

fix: typo #2

Workflow file for this run

name: Main CI [XMake]
on: [push]
jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
mode: [release]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup XMake
uses: xmake-io/github-action-setup-xmake@latest
with:
xmake-version: '2.8.2'
- name: Configure
run: xmake config --mode=${{ matrix.mode }}
- name: Build
run: xmake build -y -vD