Skip to content

Commit

Permalink
ci: Remove fetch-depth: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Oct 13, 2024
1 parent 14efff0 commit c500101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
version: [GM8E01_00] # GM8E01_01, GM8E01_48

steps:
# Checkout the repository (shallow clone)
# Checkout the repository
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

# Set Git config
Expand Down

0 comments on commit c500101

Please sign in to comment.