fixing metal CI

This commit is contained in:
2025-09-07 01:09:14 +02:00
parent ad068eb516
commit 195e168dd6

View File

@@ -62,7 +62,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --examples=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
run: xmake config --metal=y --examples=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
# Save dependencies
- name: Save cached xmake dependencies