Bump ex_webrtc to 0.14. Release all demos (#82) #122
Workflow file for this run
This file contains hidden or 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 |