Skip to content

Commit aa288bb

Browse files
committed
CI: remove i686-windows-gnu condition
rust-lang/rust#50176 has been fixed.
1 parent 6d83c53 commit aa288bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/vapoursynth.yml

-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ jobs:
175175
cd sample-plugin
176176
cargo build --verbose
177177
- name: Run sample-plugin tests
178-
# https://github.com/rust-lang/rust/issues/50176
179-
if: matrix.toolchain != 'stable-i686-pc-windows-gnu'
180178
run: |
181179
$Env:Path += ";C:\Program Files\VapourSynth;"
182180
cd sample-plugin

0 commit comments

Comments
 (0)