Skip to content

Commit 15711c2

Browse files
committed
fix 3
1 parent 4f47df8 commit 15711c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ jobs:
180180
$env:PATH += ";C:\taichi_llvm\bin"
181181
$env:PATH += ";C:\taichi_clang\bin"
182182
clang --version
183-
mkdir D:\a\taichi\test_actions
184-
cd D:\a\taichi\test_actions
183+
cd D:\a\test_actions\test_actions
185184
python -m pip install -r requirements_dev.txt
186185
cd python
187186
git fetch origin master

0 commit comments

Comments
 (0)