Skip to content

Commit f2fa35f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] apt-update before install new packages.
1 parent 1b14661 commit f2fa35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Install Tools
2323
run: |
24+
sudo apt update
2425
sudo apt-get install lcov
2526
2627
- name: Check Tools

0 commit comments

Comments
 (0)