Skip to content

Commit e169564

Browse files
committedMay 21, 2024·
fix github action 2
1 parent e1e686a commit e169564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash
104104
run: |
105105
cd demo/project6/ && ./get_optframe.sh
106-
cd .. && python3 cxxbuild/cxxbuild.py demo/project6
106+
cd ../../ && python3 cxxbuild/cxxbuild.py demo/project6
107107
108108
109109

0 commit comments

Comments
 (0)
Please sign in to comment.