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:
parent
d4fba7b4ce
commit
2b28ef836c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user