Skip to content

Commit 18dba21

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] apt-update before install new packages.
1 parent 4bf456f commit 18dba21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-coverage.yml

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

2121
- name: Install Tools
2222
run: |
23+
sudo apt update
2324
sudo apt-get install lcov
2425
2526
- name: Check Tools

0 commit comments

Comments
 (0)