CI: Remove macOS temporary fix against xmake issue

This commit is contained in:
SirLynix 2024-02-03 22:56:48 +01:00
parent aca5a7a00d
commit 19935a2b07
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,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 }} --static=${{ matrix.kind == 'static' && 'yes' || 'no' }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes -vD
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} --static=${{ matrix.kind == 'static' && 'yes' || 'no' }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes
# Save dependencies
- name: Save cached xmake dependencies