Skip to content

Commit a89369b

Browse files
authored
ci: update apt, then install
1 parent 7449e1f commit a89369b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# opencv-version: '4.0.0'
3030
# install-deps: false
3131

32-
- run: sudo apt install -y libopencv-dev
32+
- run: sudo apt-get update && sudo apt install -y libopencv-dev
3333

3434
- name: Build the benchmark target(s)
3535
run: |

0 commit comments

Comments
 (0)