Skip to content

chore: fix build

chore: fix build #1

---
name: build-metaprotocol
on:
workflow_dispatch:
push:
branches:
- "main"
- "master"
- "release/v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
pull_request:
branches:
- "main"
- "master"
- "release/v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
concurrency: ci-${{ github.ref }}
jobs:
BuildMetaProtocolBinary:
runs-on: ubuntu-latest
timeout-minutes: 1440 # 12 hours
name: Build MetaProtocolProxy
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_dev.sh