Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 23, 2023
1 parent 41f8537 commit e0d3aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0d3aa9

Please sign in to comment.