Skip to content

Commit 478b724

Browse files
committed
修正
1 parent de6f285 commit 478b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
set -x
232232
# uv python pin ${{ matrix.python_version }}
233233
uv sync
234-
uv run python run.py --debug ${{ matrix.platform.target }}
234+
uv run python run.py --debug ${{ matrix.platform.name }}
235235
# cache
236236
mkdir ../versions
237237
cp _install/${{ matrix.platform.name }}/debug/llvm.version ../versions

0 commit comments

Comments
 (0)