Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 4, 2023
1 parent ae8429d commit 67250e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
RPI_LINKER="$RPI_STUFF/bin/arm-linux-gnueabihf-gcc"
RUSTFLAGS="-C linker=$RPI_LINKER -L$RPI_SYSROOT/lib -L$RPI_SYSROOT/usr/lib"
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
echo "I am PI"
fi
- name: Build gst-plugins-rs
run: |
env
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 67250e4

Please sign in to comment.