CI: run apt-get update before installing valgrind

This commit is contained in:
Benoit Blanchon
2022-03-08 19:09:56 +01:00
parent 7abf875071
commit 27c924746b

View File

@ -425,7 +425,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install
run: sudo apt-get install -y valgrind ninja-build
run: |
sudo apt-get update
sudo apt-get install -y valgrind ninja-build
- name: Checkout
uses: actions/checkout@v2
- name: Configure