Skip to content

Commit

Permalink
chore: update terra ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Aug 2, 2023
1 parent 6e4106e commit c3e8e70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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 @@ -14,11 +19,12 @@ jobs:
uses: ./.github/actions/setup

- name: Generate codes
uses: AgoraIO-Extensions/actions/.github/actions/terra@dev/4.2.2.custom
uses: AgoraIO-Extensions/actions/.github/actions/terra@main
env:
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: ts/Private
Expand Down

0 comments on commit c3e8e70

Please sign in to comment.