Skip to content

Commit

Permalink
dependencies removed: SDL2
Browse files Browse the repository at this point in the history
Tests failing - disabled
  • Loading branch information
pedrolcl committed Apr 20, 2024
1 parent 8bbf3a1 commit 8f63488
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,16 @@ jobs:
cmake:p
ninja:p
glib2:p
SDL2:p
libsndfile:p
libopenmpt-modplug:p
libopenmpt:p
- name: '${{ matrix.icon }} Configure CMake'
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}}

- name: '${{ matrix.icon }} Build'
run: cmake --build build --config ${{env.BUILD_TYPE}}

- name: '${{ matrix.icon }} Test'
run: cmake --build build --target check
#- name: '${{ matrix.icon }} Test'
# run: cmake --build build --target check

- name: '${{ matrix.icon }} Demo'
run: cmake --build build --target demo
Expand Down

0 comments on commit 8f63488

Please sign in to comment.