workflow_fix #12

Merged
phoenix merged 23 commits from workflow_fix into devel 2025-04-12 18:37:03 +00:00
Showing only changes of commit 92fdbaaafc - Show all commits

View File

@@ -11,14 +11,6 @@ on:
- devel
jobs:
install_dependencies:
# runs-on: ubuntu-latest # Or similar Debian/Ubuntu based runner
runs-on: ubuntu-24.04
container: rust:1.86.0 # Example using the official Rust image (Debian based)
steps:
- name: Install FFmpeg development libraries
run: |
check:
name: Check
runs-on: ubuntu-24.04