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 13, 2023
1 parent a48eaa8 commit e5e202c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Configure RUSTFLAGS
if: matrix.rust_flags != ''
run: |
RUSTFLAGS="${{ matrix.rust_flags }}"
echo $(eval "echo RUSTFLAGS=$RUSTFLAGS") >> $GITHUB_ENV
RUSTFLAGS=$(eval "echo ${{ matrix.rust_flags }}")
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
- name: Build gst-plugins-rs
run: |
Expand Down

0 comments on commit e5e202c

Please sign in to comment.