Skip to content

docs: Update tutorial.md #83

docs: Update tutorial.md

docs: Update tutorial.md #83

Workflow file for this run

name: Build on Linux
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasound2 libsdl2-dev libsdl2-image-dev ffmpeg libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev pkg-config build-essential libgtk-4-dev build-essential
- name: Build
run: cargo build --verbose
#- name: Run tests
# run: cargo test --verbose