This commit is contained in:
blueloveTH 2023-07-16 02:59:02 +08:00
parent 231bc7a056
commit 1f085d484d

View File

@ -13,6 +13,8 @@ jobs:
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
xmake --version
- name: Compile
shell: bash
run: |
mkdir -p output/windows/x86_64
cd dylib
pwsh -Command "xmake f -p windows -a x86_64"