summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 18:02:35 +0200
committerGitHub <[email protected]>2020-08-19 18:02:35 +0200
commit052c8211022e4ed5c458b117ffecc755b2cd0798 (patch)
treeca248d48cdb575386fb5685e8f01c143af8b90f9 /.github/workflows
parent59277566e37dc8623fac5bad4e5c5686fa313e4c (diff)
downloadraylib-052c8211022e4ed5c458b117ffecc755b2cd0798.tar.gz
raylib-052c8211022e4ed5c458b117ffecc755b2cd0798.zip
Update webassembly.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/webassembly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml
index 063a5453..5ee8aee8 100644
--- a/.github/workflows/webassembly.yml
+++ b/.github/workflows/webassembly.yml
@@ -37,7 +37,7 @@ jobs:
run: |
cd src
emcc -v
- make PLATFORM=PLATFORM_WEB RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make PLATFORM=PLATFORM_WEB EMSDK_PATH=${EMSDK} RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
cd ..
- name: Generate Artifacts