diff --git a/.github/workflows/ffi-builds.yml b/.github/workflows/ffi-builds.yml index 85f96d73..ed4a11c2 100644 --- a/.github/workflows/ffi-builds.yml +++ b/.github/workflows/ffi-builds.yml @@ -29,17 +29,17 @@ jobs: fail-fast: false matrix: include: - - os: windows-latest - platform: windows - dylib: livekit_ffi.dll - target: x86_64-pc-windows-msvc - name: ffi-windows-x86_64 - - os: windows-latest - platform: windows - dylib: livekit_ffi.dll - buildargs: --no-default-features --features "native-tls" # ring 0.16 is incompatible with win aarch64 - target: aarch64-pc-windows-msvc - name: ffi-windows-arm64 + #- os: windows-latest + # platform: windows + # dylib: livekit_ffi.dll + # target: x86_64-pc-windows-msvc + # name: ffi-windows-x86_64 + #- os: windows-latest + # platform: windows + # dylib: livekit_ffi.dll + # buildargs: --no-default-features --features "native-tls" # ring 0.16 is incompatible with win aarch64 + # target: aarch64-pc-windows-msvc + # name: ffi-windows-arm64 - os: macos-latest platform: macos dylib: liblivekit_ffi.dylib diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index ead7095d..4f59b966 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.3.13" +version = "0.3.14" edition = "2021" license = "Apache-2.0" description = "FFI interface for bindings in other languages"