From 97cfc15987a2aadb1b353a401f6469ac0543ef05 Mon Sep 17 00:00:00 2001 From: reito Date: Mon, 6 May 2024 23:36:42 +0800 Subject: [PATCH] Fix CI --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b57143e..606d6cb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -29,7 +29,7 @@ jobs: - name: Fetch latest vtslink-client working-directory: C:/vtslink/client - run: git fetch && git reset --hard origin/dev && git submodule update + run: git fetch && git reset --hard origin/main && git submodule update - name: Fetch latest updator working-directory: C:/vtslink/updator