Skip to content

Commit

Permalink
Provide lld for Ubuntu Intel Clang CI
Browse files Browse the repository at this point in the history
Fixes failing cmake configuration step.
  • Loading branch information
dg0yt authored and vapier committed Dec 3, 2023
1 parent d500229 commit 9be5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: install dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: sudo -E apt-get install --fix-missing -qq -o Acquire::Retries=3 cmake clang-12 gcc build-essential libjpeg-turbo8-dev libimagequant-dev libde265-dev libpng-dev libwebp-dev libtiff5-dev libx265-dev libheif-dev libfreetype-dev libheif-dev libavifile-0.7-dev libxpm-dev libraqm-dev dh-autoreconf ninja-build nasm meson
run: sudo -E apt-get install --fix-missing -qq -o Acquire::Retries=3 cmake clang-12 lld gcc build-essential libjpeg-turbo8-dev libimagequant-dev libde265-dev libpng-dev libwebp-dev libtiff5-dev libx265-dev libheif-dev libfreetype-dev libheif-dev libavifile-0.7-dev libxpm-dev libraqm-dev dh-autoreconf ninja-build nasm meson

- name: install AOM codec for libavif
run: |
Expand Down

0 comments on commit 9be5c6a

Please sign in to comment.