Skip to content

Commit

Permalink
ffi v0.2.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Aug 16, 2023
1 parent 2ffa2a7 commit 22c4b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ jobs:
# zip the files
- name: Zip artifact (Unix)
if: ${{ matrix.os != 'windows-latest' }}
# using sudo because the above container (manylinux) runs as root
run: |
cp livekit-ffi/include/livekit_ffi.h target/${{ matrix.target }}/release/
sudo cp livekit-ffi/include/livekit_ffi.h target/${{ matrix.target }}/release/
cd target/${{ matrix.target }}/release/
zip ${{ github.workspace }}/${{ matrix.name }}.zip ${{ matrix.dylib }} livekit_ffi.h
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "LiveKit interface to easily use the Rust SDK on other languages"
Expand Down

0 comments on commit 22c4b21

Please sign in to comment.