Skip to content

Commit 97cfc15

Browse files
committed
Fix CI
1 parent 4d177a3 commit 97cfc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Fetch latest vtslink-client
3131
working-directory: C:/vtslink/client
32-
run: git fetch && git reset --hard origin/dev && git submodule update
32+
run: git fetch && git reset --hard origin/main && git submodule update
3333

3434
- name: Fetch latest updator
3535
working-directory: C:/vtslink/updator

0 commit comments

Comments
 (0)