mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 03:03:24 +02:00
run apt-get update to fix package installation failure
This commit is contained in:
11
.github/workflows/gha.yml
vendored
11
.github/workflows/gha.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user