Skip to content

Commit 8dccc02

Browse files
committed
update oidn
1 parent 4e66c7f commit 8dccc02

19 files changed

+386
-231
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: render
3030
run: |
3131
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
32-
cargo run --release -- --multiplier=4 --all
33-
cargo test --release --all-targets --all
32+
cargo run --release -F oidn -- --multiplier=4 --all
33+
cargo test --release -F oidn --all-targets --all
3434
3535
- name: commit
3636
run: |

0 commit comments

Comments
 (0)