Skip to content

Commit

Permalink
ci: update vpl, depends on libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Oct 24, 2024
1 parent 22d3cc7 commit 7e4d66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ jobs:
env:
TARGET_OS: linux
COMPILER: clang
PKG_CONFIG_PATH_MFX: "/tmp/dep/linux64-gcc/lib/pkgconfig" # TODO:
PKG_CONFIG_PATH_MFX: "/tmp/dep/linux/amd64/lib/pkgconfig"
AMF_DIR: "/tmp/dep/include"
CONFIG_SUFFIX: -${{ matrix.config }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
env:
TARGET_OS: linux
COMPILER: clang
PKG_CONFIG_PATH_MFX: "/tmp/dep/linux64-gcc/lib/pkgconfig"
PKG_CONFIG_PATH_MFX: "/tmp/dep/linux/amd64/lib/pkgconfig"
AMF_DIR: "/tmp/dep/include"
CONFIG_SUFFIX: -gpl-${{ matrix.config }}
strategy:
Expand Down

0 comments on commit 7e4d66b

Please sign in to comment.