[ghactions] Be sure to apt-get update before apt-get install

This commit is contained in:
Nils Wentzell 2021-01-22 14:40:20 -05:00
parent 1f8cf2462b
commit 5031acea73
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
- name: Install ubuntu dependencies
if: matrix.os == 'ubuntu-20.04'
run: >
sudo apt-get update &&
sudo apt-get install
clang-10
g++-10