]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github: Fix compiler version task for coverity 4139/head
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 21:46:50 +0000 (17:46 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 21:46:50 +0000 (17:46 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
.github/workflows/coverity.yml

index 775eff207b3220561086b8f2a8e76a9587cb4d84..4457474b79c6f023435d718223f31c793cf83db6 100644 (file)
@@ -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: |