workflow_fix #12
@@ -16,8 +16,6 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container: rust:1.86.0 # Example using the official Rust image (Debian based)
|
container: rust:1.86.0 # Example using the official Rust image (Debian based)
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3 # Or the Gitea equivalent checkout action
|
|
||||||
|
|
||||||
- name: Install FFmpeg development libraries
|
- name: Install FFmpeg development libraries
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
|
|||||||
Reference in New Issue
Block a user