3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-18 12:03:50 +01:00

[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 d4fba7b4ce
commit 2b28ef836c

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