summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/webassembly.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml
index a86e3f2b..22d22348 100644
--- a/.github/workflows/webassembly.yml
+++ b/.github/workflows/webassembly.yml
@@ -23,7 +23,7 @@ jobs:
version: 2.0.0
actions-cache-folder: 'emsdk-cache'
- - name: Test emsdk Installation
+ - name: Test emsdk
run: emcc -v
- name: Setup Environment
@@ -39,8 +39,7 @@ jobs:
- name: Build Library
run: |
cd src
- emcc -v
- make PLATFORM=PLATFORM_WEB EMSDK_PATH=${EMSDK} RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make PLATFORM=PLATFORM_WEB EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-master" RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
cd ..
- name: Generate Artifacts