Skip to content

Commit 0ff8dc2

Browse files
committed
attempt at vulkan CI
1 parent 1fbe0d3 commit 0ff8dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
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']
1515
fail-fast: false
1616
env:
17-
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale
17+
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale,vulkan
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
env:
51-
FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale #,postproc
51+
FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale,vulkan #,postproc
5252
FFMPEG_DIR: /home/runner/work/rust-ffmpeg-sys/rust-ffmpeg-sys/ffmpeg-7.1-linux-clang-default
5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)