Skip to content

Commit 22c4b21

Browse files
authored
ffi v0.2.1 (#158)
1 parent 2ffa2a7 commit 22c4b21

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ffi-builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ jobs:
141141
# zip the files
142142
- name: Zip artifact (Unix)
143143
if: ${{ matrix.os != 'windows-latest' }}
144+
# using sudo because the above container (manylinux) runs as root
144145
run: |
145-
cp livekit-ffi/include/livekit_ffi.h target/${{ matrix.target }}/release/
146+
sudo cp livekit-ffi/include/livekit_ffi.h target/${{ matrix.target }}/release/
146147
cd target/${{ matrix.target }}/release/
147148
zip ${{ github.workspace }}/${{ matrix.name }}.zip ${{ matrix.dylib }} livekit_ffi.h
148149

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "LiveKit interface to easily use the Rust SDK on other languages"

0 commit comments

Comments
 (0)