Skip to content

Commit

Permalink
fix: git fetching only latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Jun 11, 2024
1 parent 96d9bd1 commit 83afaeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
repository: ${{ env.gameRepositoryAuthor }}/${{ env.gameRepositoryName }}
ref: ${{ env.gameRepositoryBranch }}
submodules: recursive
fetch-depth: 0

- name: "[Pre-install] Pull latest submodules"
run: git submodule update
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-Mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
repository: ${{ env.gameRepositoryAuthor }}/${{ env.gameRepositoryName }}
ref: ${{ env.gameRepositoryBranch }}
submodules: recursive
fetch-depth: 0

- name: "[Pre-install] Pull latest submodules"
run: git submodule update
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
repository: ${{ env.gameRepositoryAuthor }}/${{ env.gameRepositoryName }}
ref: ${{ env.gameRepositoryBranch }}
submodules: recursive
fetch-depth: 0

- name: "[Pre-install] Pull latest submodules"
run: git submodule update
Expand Down

0 comments on commit 83afaeb

Please sign in to comment.