fixing CI
Some checks failed
Windows / build (windows-x86_64) (push) Failing after 3s
Windows / build (ubuntu-latest) (push) Failing after 1m57s
Windows / build (macos-x86_64) (push) Has been cancelled

This commit is contained in:
2026-01-18 16:01:41 +01:00
parent 4e3c2f9983
commit d0521c19d9

View File

@@ -28,21 +28,17 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6
# Force xmake to a specific folder (for cache)
- name: Set xmake env - name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
# Install xmake
- name: Setup xmake - name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: branch@master xmake-version: branch@master
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }} 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 - name: Update xmake repository
run: xmake repo --root --update run: xmake repo --root --update
# Build the mlx - name: Build test
- name: Build MacroLibX run: xmake --yes --root
run: xmake --yes