mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 08:14:55 +03:00
rm github workflows
This commit is contained in:
parent
41e304ba8b
commit
e29bb99103
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user