Add workflow to confirm version.h is in sync and integrate it into Android compilation workflow
This commit is contained in:
committed by
Marcin Kolny
parent
10f12c030f
commit
2c2829ffa5
@ -74,6 +74,12 @@ permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check_version_h:
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
uses: ./.github/workflows/check_version_h.yml
|
||||
|
||||
build_llvm_libraries_on_ubuntu_2204:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user