Skip to content

Commit 7c320bb

Browse files
authored
ci: update apt for walltime as well
1 parent a89369b commit 7c320bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# opencv-version: '4.0.0'
6262
# install-deps: false
6363

64-
- run: sudo apt install -y libopencv-dev
64+
- run: sudo apt-get update && sudo apt install -y libopencv-dev
6565

6666
- name: Build the benchmark target(s)
6767
run: |

0 commit comments

Comments
 (0)