One more attempt at xmake CI.
diff --git a/.github/workflows/test-new-xmake-nightly.yml b/.github/workflows/test-new-xmake-nightly.yml index 5df3c1b..6cf7b94 100644 --- a/.github/workflows/test-new-xmake-nightly.yml +++ b/.github/workflows/test-new-xmake-nightly.yml
@@ -24,10 +24,7 @@ sudo apt remove -y xmake - name: Build tests run: | - ls -lah ~ - ls ~/.local/bin - ls ~/.xmake - . ~/.xmake/profile + export PATH=~/.local/bin:$PATH which xmake xmake --version cd tests