Fix: redirection of app remove (#3770)

This commit is contained in:
KVOJJJin 2024-04-24 17:11:51 +08:00 committed by GitHub
commit b249767c5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 45 deletions

View file

@ -37,11 +37,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install APT packages
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: ffmpeg
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: