Skip to content

Commit 5bebd6f

Browse files
committed
Fix for the action p.2
1 parent bfff00f commit 5bebd6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/benchmark-pr-comment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- { compiler: 'clang', version: '17', flags: 'avx' }
3333

3434
steps:
35+
- uses: actions/checkout@v4
36+
3537
- name: Download benchmark artifact
3638
uses: actions/download-artifact@v4
3739
with:
@@ -65,6 +67,8 @@ jobs:
6567
os: [14, 15]
6668

6769
steps:
70+
- uses: actions/checkout@v4
71+
6872
- name: Download benchmark artifact
6973
uses: actions/download-artifact@v4
7074
with:

0 commit comments

Comments
 (0)