refactor: Update system requirements installation step in CI workflow
Some checks failed
Backend CI / test (push) Failing after 4m0s
Some checks failed
Backend CI / test (push) Failing after 4m0s
This commit is contained in:
@@ -39,11 +39,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Apt update
|
|
||||||
run: sudo apt update
|
|
||||||
|
|
||||||
- name: Install system requirements
|
- name: Install system requirements
|
||||||
run: sudo apt install -y vlc ffmpeg
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y vlc ffmpeg
|
||||||
|
|
||||||
- name: "Set up python"
|
- name: "Set up python"
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user