Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 4, 2023
1 parent 67250e4 commit bf35160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Build gst-plugins-rs
run: |
env
echo "PKG_CONFIG_PATH is $PKG_CONFIG_PATH"
echo "PKG_CONFIG_ALLOW_CROSS is $PKG_CONFIG_ALLOW_CROSS"
echo "RUSTFLAGS is $RUSTFLAGS"
cd gst-plugins-rs
cargo build --target=${{ env.RUST_TARGET }} --package ${{ env.GST_PLUGIN }} --release --config 'profile.release.strip = true'
Expand Down

0 comments on commit bf35160

Please sign in to comment.