CI: Install dependencies with -vD (temp fix for macOS hang)

see https://github.com/xmake-io/xmake/issues/4645
This commit is contained in:
SirLynix 2024-01-24 10:47:49 +01:00
parent 496de948d2
commit 9e9501e264
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes -vD
# Save dependencies
- name: Save cached xmake dependencies