Browse Source

ci: enable CMake test for Emscripten

Charlie Birks 2 years ago
parent
commit
e201f338d7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/emscripten.yml

+ 0 - 1
.github/workflows/emscripten.yml

@@ -22,7 +22,6 @@ jobs:
           echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
           cmake --install build/
       - name: Verify CMake configuration files
-        if: ${{ false }}  # FIXME: cmake/test/CMakeLists.txt should support emscripten
         run: |
           emcmake cmake -S cmake/test -B cmake_config_build \
             -DCMAKE_BUILD_TYPE=Release \