chore: move compiler/chore/_xtool to _xtool

This commit is contained in:
Li Jie
2025-01-08 16:45:01 +08:00
parent d8c5105c91
commit ec744f7385
7 changed files with 6 additions and 5 deletions

View File

@@ -59,10 +59,9 @@ jobs:
fi
echo "Using Go version: $go_version"
- name: chore/_xtool build tests
working-directory: compiler
- name: _xtool build tests
run: |
cd chore/_xtool
cd _xtool
llgo build -v ./...
- name: LLDB tests