workflow_fix #12
@@ -11,14 +11,6 @@ on:
|
|||||||
- devel
|
- devel
|
||||||
|
|
||||||
jobs:
|
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:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
Reference in New Issue
Block a user