Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Don't Merge!]Fix ci test #164

Closed
wants to merge 12 commits into from
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
submodules: 'recursive'

- name: Start tmate session for debugging
uses: mxschmitt/action-tmate@v3
with:
sudo: true

- name: prepare libraries
run: |
sudo apt update
Expand All @@ -28,7 +33,7 @@ jobs:
#apt install -y ffmpeg libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
# When running unit tests, nasm/yasm installed via apt will cause the indicators to be misaligned, so it needs to be compiled from source code
#apt install -y nasm yasm
sudo scripts/build_ffmpeg.sh nasm yasm x264 x265 opus
sudo scripts/build_ffmpeg.sh nasm yasm x264 x265 opus

- name: build
id: build
Expand Down
Loading