We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfff00f commit 5bebd6fCopy full SHA for 5bebd6f
1 file changed
.github/workflows/benchmark-pr-comment.yml
@@ -32,6 +32,8 @@ jobs:
32
- { compiler: 'clang', version: '17', flags: 'avx' }
33
34
steps:
35
+ - uses: actions/checkout@v4
36
+
37
- name: Download benchmark artifact
38
uses: actions/download-artifact@v4
39
with:
@@ -65,6 +67,8 @@ jobs:
65
67
os: [14, 15]
66
68
69
70
71
72
73
74
0 commit comments