Skip to content

Merge pull request #49 from nus-vv-streams/weitsang-patch-1 #60

Merge pull request #49 from nus-vv-streams/weitsang-patch-1

Merge pull request #49 from nus-vv-streams/weitsang-patch-1 #60

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
env:
RUSTFLAGS: --deny warnings
steps:
- uses: actions/checkout@v2
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Build
run: cargo build --all-targets --all-features