diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 78c47e43..9b47c437 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,7 +67,7 @@ jobs: key: ${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }} - name: Configure xmake and install dependencies - run: xmake config --arch=${{ matrix.platform.arch }} --mode=${{ matrix.mode }} --yes + run: xmake config --arch=${{ matrix.platform.arch }} --mode=${{ matrix.mode }} --yes -vD - name: Build run: xmake