Skip to content

Commit d477996

Browse files
committed
Fix GitHub test CI's bug.
修改: .github/workflows/test.yml
1 parent 7ba0f07 commit d477996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
run: |
4747
brew install cmake -y
4848
49+
- name: Setup repos
50+
run : |
51+
./setup.sh
52+
4953
#--------------------------------------------build--------------------------------------------
5054
- name: Build
5155
run : |

0 commit comments

Comments
 (0)