Skip to content

chore: fix build

chore: fix build #8

Workflow file for this run

---
name: build-api
on:
workflow_dispatch:
push:
branches:
- "main"
- "master"
- "release/v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
pull_request:
branches:
- "main"
- "master"
- "release/v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
jobs:
BuildMetaProtocolBinary:
runs-on: ubuntu-24.04
timeout-minutes: 1440 # 12 hours
name: Build API
env:
LOG_DIR: /tmp/test_logs
LOG_PATH: /tmp/test_logs/${{ matrix.protocal }}.log
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
bash ${GITHUB_WORKSPACE}/ci/ci_api.sh