From bf4faa106fd2cd99475855688ce40fe6f01541a9 Mon Sep 17 00:00:00 2001 From: Voltstro Date: Mon, 9 Sep 2024 17:43:04 +1000 Subject: [PATCH] Update CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b4369b..7a6a0c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: path: "UnityWebBrowserSource/" - fetch-depth: 2 + fetch-depth: 0 #Setup the Environment - uses: actions/setup-dotnet@v4 @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - fetch-depth: 2 + fetch-depth: 0 # Setup the Environment - uses: actions/setup-dotnet@v4