diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e1be223..8c9ea0f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,11 +18,3 @@ jobs: with: name: app.${{ matrix.rid }}.tar path: app.${{ matrix.rid }}.tar - test: - runs-on: ubuntu-latest - steps: - - run: sudo apt update - - run: sudo apt install yt-dlp -y - - run: yt-dlp "https://www.youtube.com/watch?v=TAeNlpUIlRs" - needs: - build