From 195e168dd60c49e28417d0a3439e98884204d909 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 7 Sep 2025 01:09:14 +0200 Subject: [PATCH] fixing metal CI --- .github/workflows/metal-test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metal-test-macos.yml b/.github/workflows/metal-test-macos.yml index 1201333..cbb1979 100644 --- a/.github/workflows/metal-test-macos.yml +++ b/.github/workflows/metal-test-macos.yml @@ -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