diff options
| author | Ray <[email protected]> | 2020-08-19 18:08:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:08:09 +0200 |
| commit | c345a9a35640e26dab35c5b2680f5095cf63d198 (patch) | |
| tree | 17bf3fef5fbf41b029826e45a74191dedbc5065c /.github/workflows | |
| parent | 9d50f23f8080e11d0f2f49a1263e5ba7342f66c8 (diff) | |
| download | raylib-c345a9a35640e26dab35c5b2680f5095cf63d198.tar.gz raylib-c345a9a35640e26dab35c5b2680f5095cf63d198.zip | |
Update webassembly.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/webassembly.yml | 5 |
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 |
