Skip to content

Commit

Permalink
CI: remove i686-windows-gnu condition
Browse files Browse the repository at this point in the history
rust-lang/rust#50176 has been fixed.
  • Loading branch information
YaLTeR committed Apr 4, 2020
1 parent 6d83c53 commit aa288bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/vapoursynth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ jobs:
cd sample-plugin
cargo build --verbose
- name: Run sample-plugin tests
# https://github.com/rust-lang/rust/issues/50176
if: matrix.toolchain != 'stable-i686-pc-windows-gnu'
run: |
$Env:Path += ";C:\Program Files\VapourSynth;"
cd sample-plugin
Expand Down

0 comments on commit aa288bb

Please sign in to comment.