Skip to content

fix: comment std header <print> #6

fix: comment std header <print>

fix: comment std header <print> #6

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/[email protected]
with:
xmake-version: '2.8.2'
- name: Configure
run: xmake config -y --mode=${{ matrix.mode }}
- name: Build
run: xmake build -y -vD