Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Sep 12, 2023
1 parent 87a2ce5 commit d7415f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Generate codes

on:
workflow_dispatch:
inputs:
terra-ref:
description: The terra repo ref
required: true
default: "main"

jobs:
generate-codes:
Expand All @@ -19,6 +24,7 @@ jobs:
LLVM_DOWNLOAD_URL: |
https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz
with:
terra-ref: ${{ inputs.terra-ref }}
target-path: ${{ github.workspace }}
config: ci/config/terra_config.yaml
output-dir: src
Expand Down

0 comments on commit d7415f4

Please sign in to comment.