Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 19, 2024
1 parent 2f270f7 commit dcc364e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw32
release: false

- name: Install Gstreamer
uses: blinemedical/setup-gstreamer@v1
with:
version: ${{ env.GST_VERSION }}
# run: choco install --no-progress gstreamer gstreamer-devel --version=1.22.8
release: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down Expand Up @@ -67,8 +61,4 @@ jobs:
working-directory: ${{ runner.temp }}\shadow_build_dir
run: |
qmake -r ${{ env.SOURCE_DIR }}\QOpenHD.pro
${{ runner.temp }}\jom\jom -j2
- name: Install
working-directory: ${{ runner.temp }}\shadow_build_dir
run: cmake --install . --config ${{ matrix.BuildType }}
${{ runner.temp }}\jom\jom -j2

0 comments on commit dcc364e

Please sign in to comment.