Skip to content

Commit

Permalink
attempt at vulkan CI
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Nov 10, 2024
1 parent 7fffe61 commit 3c76b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ffmpeg_version: ['3.3', '3.4', '4.0', '4.1', '4.2', '4.3', '4.4', '5.0', '5.1', '6.0', '6.1', '7.0']
fail-fast: false
env:
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale,vulkan
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
env:
FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale #,postproc
FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale,vulkan #,postproc
FFMPEG_DIR: /home/runner/work/rust-ffmpeg-sys/rust-ffmpeg-sys/ffmpeg-7.1-linux-clang-default
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3c76b04

Please sign in to comment.