Skip to content

Commit f8b691f

Browse files
committed
run apt-get update to fix package installation failure
1 parent 7893d4d commit f8b691f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/gha.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,10 @@ jobs:
9494
pattern: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
9595
steps:
9696
- uses: actions/checkout@v1
97-
- name: install g++-multilib
98-
run: |
99-
sudo apt-get install g++-multilib
100-
- name: install clang
101-
run: |
102-
sudo apt-get update
103-
sudo apt-get install clang-8
104-
- name: install valgrind
97+
- name: install depends
10598
run: |
10699
sudo apt-get update
107-
sudo apt-get install valgrind
100+
sudo apt-get install g++-multilib clang-8 valgrind
108101
- name: Cache boost
109102
id: cache-boost
110103
uses: actions/cache@v1

0 commit comments

Comments
 (0)