Skip to content

Commit

Permalink
Update cosmocc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Jan 17, 2025
1 parent 18d9b70 commit 01c12ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cosmocc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 01c12ef

Please sign in to comment.