We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335117 commit 83602d8Copy full SHA for 83602d8
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 -vD
+ run: xmake config --arch=${{ matrix.platform.arch }} --mode=${{ matrix.mode }} ${{ matrix.platform.config }} --yes --policies=package.precompiled:n
77
78
# Save dependencies
79
- name: Save cached xmake dependencies
0 commit comments