forgot to add buildargs
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Build
|
- 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)
|
- name: Zip artifact (Unix)
|
||||||
if: ${{ matrix.os != 'windows-latest' }}
|
if: ${{ matrix.os != 'windows-latest' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user