Bump ex_webrtc to 0.8.0. Fix versioning and release new versions. (#78) #117
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Recognizer CI | |
on: | |
push: | |
paths: | |
- 'recognizer/**' | |
- '.github/workflows/**' | |
permissions: | |
contents: read | |
jobs: | |
build_check_recognizer: | |
name: Build and check Recognizer | |
uses: ./.github/workflows/__CI__build-check-app.yml | |
with: | |
workdir: recognizer | |
with-ffmpeg: true |