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