commit | 603434da1a8e0f7f7b874c8623d14739a283b486 | [log] [tgz] |
---|---|---|
author | David Chisnall <github@theravensnest.org> | Mon Nov 11 17:20:02 2024 +0000 |
committer | David Chisnall <github@theravensnest.org> | Mon Nov 11 17:20:02 2024 +0000 |
tree | 054bcbdaa1811ffee1382d554175c808b10e56ff | |
parent | f35440922cc2af70b2c3fa1f5a045790ec7fc0b8 [diff] |
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