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