mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 00:01:36 +00:00
github: Fix compiler version task for coverity
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
59d1841165
commit
554060879b
4
.github/workflows/coverity.yml
vendored
4
.github/workflows/coverity.yml
vendored
@ -28,10 +28,8 @@ jobs:
|
||||
sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev docbook2x
|
||||
|
||||
- name: Compiler version
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
run: |
|
||||
${CC} --version
|
||||
gcc --version
|
||||
|
||||
- name: Kernel version
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user