Skip to content

Commit

Permalink
Use fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Dec 30, 2022
1 parent ebc27cc commit c68fab2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Get Submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit c68fab2

Please sign in to comment.