Skip to content

Commit 6a1be9a

Browse files
committed
update macOS CI configuration and remove unused environment variable
1 parent cb7fd46 commit 6a1be9a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: macOS - build, test and lint
4646
runs-on: macos-latest
4747
env:
48-
DYLD_LIBRARY_PATH: /usr/local/lib:/opt/homebrew/lib
48+
VAPOURSYNTH_LIB_DIR: /opt/homebrew/lib/vapoursynth
4949
steps:
5050
- uses: actions/checkout@v5
5151
with:

rustsynth-sys/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ macro_rules! version {
4343
};
4444
}
4545

46-
4746
pub const VAPOURSYNTH_API_VERSION: i32 =
4847
version!(VAPOURSYNTH_API_MAJOR as i32, VAPOURSYNTH_API_MINOR as i32);
4948
pub const VSSCRIPT_API_VERSION: i32 =

0 commit comments

Comments
 (0)