Skip to content

Commit

Permalink
The install-vapoursynth-action action didn't work, I'm just going to …
Browse files Browse the repository at this point in the history
…ignore it for now
  • Loading branch information
shssoichiro committed May 21, 2024
1 parent a1661cc commit c0ea6aa
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/av-scenechange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,11 @@ jobs:
Select-Object -Last 1
echo "$LinkPath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install VapourSynth
uses: rlaphoenix/[email protected]
with:
version: 66
cache: true

- name: Build
run: cargo build --all-features --tests --benches
run: cargo build --features binary,devel,tracing,serialize --tests --benches

- name: Run tests
run: cargo test --all-features
run: cargo test --features binary,devel,tracing,serialize

- name: Generate docs
run: cargo doc --all-features --no-deps
run: cargo doc --features binary,devel,tracing,serialize --no-deps

0 comments on commit c0ea6aa

Please sign in to comment.