CI: run apt-get update before installing g++-multilib

This commit is contained in:
Benoit Blanchon
2022-03-09 08:33:26 +01:00
parent 27c924746b
commit 47f90b02c3

View File

@ -132,7 +132,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install
run: sudo apt-get install -y g++-multilib
run: |
sudo apt-get update
sudo apt-get install -y g++-multilib
- name: Checkout
uses: actions/checkout@v2
- name: GCC 32-bit