Skip to content

Commit

Permalink
Path fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjulek committed Apr 13, 2024
1 parent b1f9693 commit 2b68b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
# Runs a set of commands using the runners shell
- name: build
run: |
cd example/
cd examples/example-zigapi
zig build -Doptimize=ReleaseFast
ls zig-out/lib
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[Zig](https://github.com/ziglang/zig) bindings for [VapourSynth](https://github.com/vapoursynth/vapoursynth).

Check out the [example](/example) for more information
Check out the [examples](/examples) for more information

0 comments on commit 2b68b1a

Please sign in to comment.