Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 25, 2024
1 parent 371f4d8 commit 375ee01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
run: |
curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.18.6/msvc/gstreamer-1.0-msvc-${{ matrix.arch }}-1.18.6.msi --output gstreamer.msi
curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.18.6/msvc/gstreamer-1.0-devel-msvc-${{ matrix.arch }}-1.18.6.msi --output gstreamer-devel.msi
msiexec /quiet /i gstreamer.msi
msiexec /quiet /i gstreamer-devel.msi
msiexec /quiet /i gstreamer.msi /li \gstinst.log
type \gstinst.log
msiexec /quiet /i gstreamer-devel.msi /li \gstinst.log
type \gstinst.log
del gstreamer.msi
del gstreamer-devel.msi
dir c:\
dir c:\gstreamer
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Build
Expand Down

0 comments on commit 375ee01

Please sign in to comment.