Skip to content

Commit

Permalink
rust.yml: remove Windows variable debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador authored Oct 24, 2020
1 parent 71f6fa9 commit 49e625c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
$tmp_file | Remove-Item
"$env:GITHUB_WORKSPACE\pkg-config-lite-0.28-1\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Debug environment variables (Windows)
if: runner.os == 'Windows'
run: echo $env:GITHUB_PATH && echo $env:PATH && Get-Item $env:GITHUB_WORKSPACE\pkg-config-lite-0.28-1\bin

- name: Install GStreamer build dependencies (macOS)
if: runner.os == 'macOS'
run: brew install gstreamer gst-plugins-base
Expand Down

0 comments on commit 49e625c

Please sign in to comment.