ci: fix clang-13 installation
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 22 Feb 2022 13:43:40 +0000 (14:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 22 Feb 2022 16:57:25 +0000 (17:57 +0100)
commitb491d74064f9d5e17a71b38b014434237169a077
treee75e9f8871528cf126914842bd90cdd58e4b3378
parent09d0758b224f16197b924506bc01922f95bef921
ci: fix clang-13 installation

For some reason Ubuntu Focal repositories now have `llvm-13` virtual
package which can't be installed, but successfully fools our check,
resulting in no clang/llvm being installed...

```
$ apt show llvm-13
Package: llvm-13
State: not a real package (virtual)
N: Can't select candidate version from package llvm-13 as it has no candidate
N: Can't select versions from package 'llvm-13' as it is purely virtual
N: No packages found

$ apt install --dry-run llvm-13
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package llvm-13 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'llvm-13' has no installation candidate
```
.github/workflows/build_test.sh