Skip to content

Commit

Permalink
~ Trying to fix the web gl build
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Jul 12, 2023
1 parent 2f45d95 commit ad8ab19
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_native_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,14 @@ jobs:
with:
submodules: recursive

- name: Install Emscripten
- name: Install Emscripten and Build
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
- name: Build
run: |
cd projects/CMake
cd ../projects/CMake
emcmake cmake -S . -B ./buildWebGL
emmake cmake --build ./buildWebGL --config Release
tree ../../out
Expand Down

0 comments on commit ad8ab19

Please sign in to comment.