We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16b1a7 commit 354e903Copy full SHA for 354e903
.github/workflows/libcxx-build-and-test.yaml
@@ -292,6 +292,7 @@ jobs:
292
- 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
295
+ fetch-tags: true
296
- name: benchmarks
297
run: libcxx/utils/ci/run-buildbot benchmark-comparison
298
env:
0 commit comments