Skip to content

Commit

Permalink
Web player already on the new renderer via cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pbdot committed Jan 10, 2025
1 parent 87c2c81 commit 3bf7887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: git clone https://github.com/edge-classic/web-player-wads ${{github.workspace}}/web-player-wads && cp ${{github.workspace}}/web-player-wads/freedoom/freedoom2.wad ${{github.workspace}}/web/preload/ && cp ${{github.workspace}}/web-player-wads/blasphemer/blasphem.wad ${{github.workspace}}/web/preload/

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -DEDGE_SOKOL_GLES3=ON
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3bf7887

Please sign in to comment.