We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cf934 commit ff6742fCopy full SHA for ff6742f
1 file changed
.github/workflows/build.yaml
@@ -73,7 +73,7 @@ jobs:
73
key: ${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}${{ matrix.platform.cache_key }}
74
75
- name: Configure xmake and install dependencies
76
- run: xmake config --arch=${{ matrix.platform.arch }} --mode=${{ matrix.mode }} ${{ matrix.platform.config }} --yes --policies=package.precompiled:n
+ run: xmake config --arch=${{ matrix.platform.arch }} --mode=${{ matrix.mode }} ${{ matrix.platform.config }} --yes --policies=package.precompiled:n -vD
77
78
# Save dependencies
79
- name: Save cached xmake dependencies
0 commit comments