Skip to content

fix readme

fix readme #21

Workflow file for this run

name: Build on Windows
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: Build server
run: xmake build server
- name: Build proxy
run: xmake build proxy