Skip to content

Commit

Permalink
Add libomp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Bampis authored and kylophone committed Oct 12, 2023
1 parent c482380 commit af31e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo -E apt-get -yq install ccache ninja-build
sudo -E apt-get -yq install ccache ninja-build libomp-dev
case "$CC" in
*gcc) sudo -E apt-get -yq install gcc g++ nasm ;;
*gcc-9)
Expand Down

0 comments on commit af31e4c

Please sign in to comment.