Skip to content

Run TgBot++

Run TgBot++ #28

Workflow file for this run

name: Run tg_cpphost
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up dependencies
run: |
./scripts/deps.sh
- name: Build
run: |
mkdir build
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release .
cmake --build build
- name: Host
env:
TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
cd build
./tg_cpphost