We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d177a3 commit 97cfc15Copy full SHA for 97cfc15
.github/workflows/cmake.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Fetch latest vtslink-client
31
working-directory: C:/vtslink/client
32
- run: git fetch && git reset --hard origin/dev && git submodule update
+ run: git fetch && git reset --hard origin/main && git submodule update
33
34
- name: Fetch latest updator
35
working-directory: C:/vtslink/updator
0 commit comments