forgot to add buildargs

This commit is contained in:
Théo Monnom
2023-06-09 23:09:26 +02:00
parent 9c2ba04f71
commit d3fdfc8a36
+1 -1
View File
@@ -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' }}