From 01c12efdd61c23cc36bb746cd3c72311d10ae854 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Jan 2025 21:59:56 +0800 Subject: [PATCH] Update cosmocc.yml --- .github/workflows/cosmocc.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index 705dfa958e..a8ec237e72 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -59,12 +59,6 @@ jobs: brew install dmd brew install dub - - name: Tests - run: | - ls -l core/build/ - core/build/xmake --version - core/build/xmake lua -v -D tests/run.lua - # In the tests, cmake tries to use make from the cosmopolitan toolchain and fails, so uninstall it - name: Remove cosmocc run: | @@ -73,6 +67,12 @@ jobs: echo "::remove-path::${INSTALL_DIR}/bin" rm -r "${INSTALL_DIR}" + - name: Tests + run: | + ls -l core/build/ + core/build/xmake --version + core/build/xmake lua -v -D tests/run.lua + - name: Artifact if: matrix.os == 'ubuntu-latest' uses: actions/upload-artifact@v4