chore: move compiler/chore/_xtool to _xtool
This commit is contained in:
5
.github/workflows/llgo.yml
vendored
5
.github/workflows/llgo.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user