rebuild raylib for web after installing it
This commit is contained in:
parent
9b32a950f8
commit
760a1bc506
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
|
|
@ -40,6 +40,8 @@ jobs:
|
|||
cd "${{ github.workspace }}/src"
|
||||
make
|
||||
sudo make install
|
||||
make clean
|
||||
make PLATFORM=PLATFORM_WEB
|
||||
cd ../tools/rexm/
|
||||
clang rexm.c -lraylib -lc -lm -o rexm
|
||||
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user