rm github workflows

This commit is contained in:
ochibani 2025-01-05 03:23:20 +02:00
parent 41e304ba8b
commit e29bb99103
No known key found for this signature in database
GPG Key ID: 2C6B61CE0C704ED4

View File

@ -1,16 +0,0 @@
name: Test
on: [pull_request, push]
jobs:
blue-recorder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
run: |
sudo apt-get install \
librust-gdk-sys-dev \
librust-gstreamer-sys-dev \
librust-gtk4-sys-dev \
libunwind-dev
- run: cargo test