Added code to get tag info #10

Merged
phoenix merged 14 commits from metadata into devel 2025-04-12 17:52:55 +00:00
Showing only changes of commit ddf69ffdeb - Show all commits

View File

@@ -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