From d7006bd896ed1e5ca1a7db7710f33034893070c1 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 16 Jul 2023 03:05:29 +0800 Subject: [PATCH] ... --- .github/workflows/dylib.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dylib.yml b/.github/workflows/dylib.yml index 283d6d10..bc2daf94 100644 --- a/.github/workflows/dylib.yml +++ b/.github/workflows/dylib.yml @@ -7,14 +7,11 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ilammy/msvc-dev-cmd@v1 - - name: Install xmake + - name: Compile shell: powershell run: | Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content xmake --version - - name: Compile - shell: powershell - run: | bash -c "mkdir -p output/windows/x86_64" cd dylib xmake f -p windows -a x86_64