-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The install-vapoursynth-action action didn't work, I'm just going to …
…ignore it for now
- Loading branch information
1 parent
a1661cc
commit c0ea6aa
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |