Skip to content

Commit

Permalink
Set drive letter according to phase of the moon
Browse files Browse the repository at this point in the history
WTF, GH Actions?
  • Loading branch information
valadaptive committed Nov 14, 2023
1 parent 00a7cfc commit ddcb97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Install gstreamer
run: |
choco install gstreamer gstreamer-devel
echo "D:\gstreamer\1.0\msvc_x86_64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "$($Env:GSTREAMER_1_0_ROOT_MSVC_X86_64)bin"
echo "$($Env:GSTREAMER_1_0_ROOT_MSVC_X86_64)bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit ddcb97e

Please sign in to comment.