From d0521c19d985396a48d71bfe00cc20f881916118 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 18 Jan 2026 16:01:41 +0100 Subject: [PATCH] fixing CI --- .gitea/workflows/CI.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index e9aec00..bebc0cd 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -28,21 +28,17 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - # Force xmake to a specific folder (for cache) - name: Set xmake env run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV - # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@master actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} - # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository run: xmake repo --root --update - # Build the mlx - - name: Build MacroLibX - run: xmake --yes + - name: Build test + run: xmake --yes --root