run apt-get update to fix package installation failure

This commit is contained in:
yuangongji
2020-04-16 11:40:53 +08:00
parent 7893d4d8c9
commit f8b691f622

View File

@@ -94,17 +94,10 @@ jobs:
pattern: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
steps:
- uses: actions/checkout@v1
- name: install g++-multilib
run: |
sudo apt-get install g++-multilib
- name: install clang
- name: install depends
run: |
sudo apt-get update
sudo apt-get install clang-8
- name: install valgrind
run: |
sudo apt-get update
sudo apt-get install valgrind
sudo apt-get install g++-multilib clang-8 valgrind
- name: Cache boost
id: cache-boost
uses: actions/cache@v1