Skip to content

Commit f16b1a7

Browse files
committed
Try to fix the fetch
1 parent 9ac9dc9 commit f16b1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ jobs:
290290
# needs: [ stage3 ] # TODO: Run this at the end of the pipeline once we're done testing the job
291291
steps:
292292
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
293+
with:
294+
fetch-depth: 0 # This job requires access to all the Git branches so it can diff against (usually) main
293295
- name: benchmarks
294296
run: libcxx/utils/ci/run-buildbot benchmark-comparison
295297
env:

0 commit comments

Comments
 (0)