mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
Update LLVM-Tblgen-Build.yml
This commit is contained in:
parent
6830143f74
commit
09e435587e
4
.github/workflows/LLVM-Tblgen-Build.yml
vendored
4
.github/workflows/LLVM-Tblgen-Build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user