From: Alexis Romero Date: Wed, 17 May 2023 08:28:29 +0000 (+0200) Subject: GH actions - misc-dailies: Set clang version for Ubuntu-20 X-Git-Tag: rec-4.9.0-beta1~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12835%2Fhead;p=thirdparty%2Fpdns.git GH actions - misc-dailies: Set clang version for Ubuntu-20 --- diff --git a/.github/workflows/misc-dailies.yml b/.github/workflows/misc-dailies.yml index a7d0db59b6..1b12ce6cf0 100644 --- a/.github/workflows/misc-dailies.yml +++ b/.github/workflows/misc-dailies.yml @@ -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 }}