From ed9cdf8d7ab825ba85463264e03c38269219c5d3 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 18:37:00 +0000 Subject: [PATCH] workflow_fix (#12) Reviewed-on: https://git.kundeng.us/phoenix/icarus_meta/pulls/12 Co-authored-by: phoenix Co-committed-by: phoenix --- .gitea/workflows/workflow.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 90ee13e..28ad362 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -11,22 +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: | - apt-get update -y - apt-get install -y --no-install-recommends \ - libavutil-dev \ - libavformat-dev \ - libavcodec-dev \ - libswscale-dev \ - # Add other ffmpeg dev packages if needed by your specific crate - rm -rf /var/lib/apt/lists/* # Clean up - check: name: Check runs-on: ubuntu-24.04 @@ -116,5 +100,4 @@ jobs: ssh-keyscan ${{ vars.MYHOST }} >> ~/.ssh/known_hosts eval $(ssh-agent -s) ssh-add -v ~/.ssh/gitlab_deploy_key - cargo build --release - + cargo build --release \ No newline at end of file