forgot to add buildargs
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Build
|
||||
run: cargo build -p livekit-ffi --release --target ${{ matrix.target }}
|
||||
run: cargo build -p livekit-ffi --release --target ${{ matrix.target }} ${{ matrix.buildargs }}
|
||||
|
||||
- name: Zip artifact (Unix)
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
|
||||
Reference in New Issue
Block a user