This commit is contained in:
Siarhei Fedartsou 2024-06-17 18:20:30 +02:00
parent 0ef5263aae
commit 9f74093f23

View File

@ -638,10 +638,10 @@ jobs:
# needs: [format-taginfo-docs] # needs: [format-taginfo-docs]
runs-on: self-hosted runs-on: self-hosted
env: env:
CCOMPILER: clang-13 # CCOMPILER: clang-13
CXXCOMPILER: clang++-13 # CXXCOMPILER: clang++-13
CC: clang-13 # CC: clang-13
CXX: clang++-13 # CXX: clang++-13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}