commit | f35440922cc2af70b2c3fa1f5a045790ec7fc0b8 | [log] [tgz] |
---|---|---|
author | David Chisnall <github@theravensnest.org> | Mon Nov 11 16:38:21 2024 +0000 |
committer | David Chisnall <github@theravensnest.org> | Mon Nov 11 16:38:21 2024 +0000 |
tree | d925d769ad7c53923f5ff7cb2f0c756fda0184e5 | |
parent | e925965261b82b057eb98bbd59a6631b696efe85 [diff] |
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