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 Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
xmake --version xmake --version
- name: Compile - name: Compile
shell: bash
run: |
mkdir -p output/windows/x86_64 mkdir -p output/windows/x86_64
cd dylib cd dylib
pwsh -Command "xmake f -p windows -a x86_64" pwsh -Command "xmake f -p windows -a x86_64"