Update LLVM-Tblgen-Build.yml

This commit is contained in:
Wu ChenXu 2023-05-07 23:00:57 +08:00 committed by GitHub
parent 6830143f74
commit 09e435587e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ on:
- release/**
jobs:
build:
build-llvm-tblgen:
runs-on: ubuntu-latest
steps:
- name: Checkout llvm-capstone
@ -32,4 +32,4 @@ jobs:
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../llvm
cmake --build . --target llvm-tblgen --config Debug
cmake --build . --target llvm-tblgen --config Debug