Skip to content

Commit

Permalink
add more log for building
Browse files Browse the repository at this point in the history
  • Loading branch information
jube committed Nov 15, 2024
1 parent 5a11910 commit 5f02aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ matrix.configurations.plat }}-${{ matrix.configurations.arch }}-${{ matrix.configurations.kind }}-${{ matrix.configurations.mode }}-${{ steps.deps_hash.outputs.hash }}

- name: Install dependencies
run: xmake config --plat=${{ matrix.configurations.plat }} --arch=${{ matrix.configurations.arch }} --kind=${{ matrix.configurations.kind }} --mode=${{ matrix.configurations.mode }} --yes
run: xmake config -vD --plat=${{ matrix.configurations.plat }} --arch=${{ matrix.configurations.arch }} --kind=${{ matrix.configurations.kind }} --mode=${{ matrix.configurations.mode }} --yes

- name: Save cached xmake dependencies
if: ${{ !steps.restore-cache.outputs.cache-hit }}
Expand Down

0 comments on commit 5f02aff

Please sign in to comment.