Fight xmake CI more.
diff --git a/.github/workflows/test-new-xmake-nightly.yml b/.github/workflows/test-new-xmake-nightly.yml index 6cf7b94..eac04ab 100644 --- a/.github/workflows/test-new-xmake-nightly.yml +++ b/.github/workflows/test-new-xmake-nightly.yml
@@ -22,9 +22,12 @@ run: | xmake update dev sudo apt remove -y xmake + echo ~/.xmake/profile + . ~/.xmake/profile - name: Build tests run: | - export PATH=~/.local/bin:$PATH + pwd + echo ~/.xmake/profile which xmake xmake --version cd tests