Skip to content

Commit 356e943

Browse files
committed
run apt update before install
1 parent 63e8481 commit 356e943

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/analysis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: install dependencies
1717
run: |
1818
pip install cpplint
19+
sudo apt-get update
1920
sudo apt-get install -qq valgrind libcurl4-openssl-dev
2021
2122
- name: build
@@ -35,6 +36,7 @@ jobs:
3536
- name: install dependencies
3637
run: |
3738
pip install cpplint
39+
sudo apt-get update
3840
sudo apt-get install -qq valgrind libcurl4-openssl-dev
3941
4042
- name: build

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: install dependencies
1818
run: |
1919
pip install cpplint
20+
sudo apt-get update
2021
sudo apt-get install -qq valgrind libcurl4-openssl-dev
2122
2223
- name: build googletest

0 commit comments

Comments
 (0)