Skip to content

fix CI

fix CI #478

Workflow file for this run

name: github_tcc
on:
push:
pull_request:
jobs:
tcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
ca-certificates \
tcc \
git \
libconfig-dev \
libgtest-dev \
libopus-dev \
libsodium-dev \
libvpx-dev \
pkg-config \
libavutil-dev \
libavcodec-dev \
libavformat-dev \
libavfilter-dev \
libx264-dev \
libx265-dev
- run: .localrun/run_tcc.sh
- name: Run the test
run: "./send_message_test | grep 'tox clients connected'"