Skip to content

Commit

Permalink
Merge pull request #3 from heinezen/main
Browse files Browse the repository at this point in the history
Remove sdl2, add qt-multimedia
  • Loading branch information
TheJJ authored Sep 24, 2023
2 parents 3c11662 + 0eefa64 commit 3999651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-server-2019-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
package: [dirent, eigen3, fontconfig, freetype, harfbuzz, libepoxy, libogg, libpng, toml11, opus, opusfile, qtbase, qtdeclarative, sdl2, sdl2-image]
package: [dirent, eigen3, fontconfig, freetype, harfbuzz, libepoxy, libogg, libpng, toml11, opus, opusfile, qtbase, qtdeclarative, qtmultimedia]
triplet: [x64-windows]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
path: source
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: windows-2019
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
path: source
Expand Down

0 comments on commit 3999651

Please sign in to comment.