]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
GH actions - misc-dailies: Set clang version for Ubuntu-20 12835/head
authorAlexis Romero <alexis.romero@open-xchange.com>
Wed, 17 May 2023 08:28:29 +0000 (10:28 +0200)
committerAlexis Romero <alexis.romero@open-xchange.com>
Wed, 17 May 2023 08:28:29 +0000 (10:28 +0200)
.github/workflows/misc-dailies.yml

index a7d0db59b655ca41cfc3dba29329702dac26ea07..1b12ce6cf03fbcea5d9f37c6f514a77a2b437c84 100644 (file)
@@ -7,6 +7,9 @@ on:
 permissions: # least privileges, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
   contents: read
 
+env:
+  CLANG_VERSION: '12'
+
 jobs:
   el7-devtoolset:
     if: ${{ vars.SCHEDULED_MISC_DAILIES }}