Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Sep 9, 2024
1 parent e16f1f0 commit bf4faa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bf4faa1

Please sign in to comment.