Skip to content

Commit

Permalink
ci: set fetch-depth to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
clonker committed Sep 4, 2024
1 parent c4c6716 commit f76b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/t-bytecode-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ env.GITHUB_REF }}
path: 'solc-bin/'
# We need more than just a single revision to be able to use diff
fetch-depth: 0
fetch-depth: 2

- name: Generate reports from matching release binaries
run: |
Expand Down

0 comments on commit f76b822

Please sign in to comment.