Skip to content

Commit

Permalink
bump depth to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 19, 2019
1 parent 1f9a2a3 commit 719f092
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: Clone repository
uses: actions/checkout@v1
with:
fetch-depth: 1
# For an unknown reason fetch-depth: 1 breaks the "Re-run checks" button
# in Github Actions. With 1, the next build will fail on cloning with
# an error like this:
# ##[error]fatal: reference is not a tree: 1f9a2a
fetch-depth: 3
submodules: true

- name: Install rust
Expand Down

0 comments on commit 719f092

Please sign in to comment.