diff options
| author | ruki <[email protected]> | 2026-02-14 17:45:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-14 17:45:49 +0800 |
| commit | ffe255c4b65044a833c166904a67b47cf6d14c5e (patch) | |
| tree | 1478321ef93448796c04b5a701523c5449555817 | |
| parent | 0cebadf47e5ee6b24d50a495617ae84608c1b199 (diff) | |
update haiku ci
| -rw-r--r-- | .github/workflows/haiku.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/haiku.yml b/.github/workflows/haiku.yml index 49e12beaf..136788754 100644 --- a/.github/workflows/haiku.yml +++ b/.github/workflows/haiku.yml @@ -69,11 +69,9 @@ jobs: prepare: | pkgman install -y git curl unzip make bash perl run: | - pwd ./configure --prefix=`pwd`/dist make -j2 make install - ls -l ./dist/ export XMAKE_ROOT=y export PATH=`pwd`/dist/bin:$PATH xrepo --version |
