diff options
| author | Ray <[email protected]> | 2020-08-19 18:04:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:04:03 +0200 |
| commit | 9d50f23f8080e11d0f2f49a1263e5ba7342f66c8 (patch) | |
| tree | 71fb0d32b76d1376f6b5bd767dfd96df2eee37e5 /.github/workflows/webassembly.yml | |
| parent | 052c8211022e4ed5c458b117ffecc755b2cd0798 (diff) | |
| download | raylib-9d50f23f8080e11d0f2f49a1263e5ba7342f66c8.tar.gz raylib-9d50f23f8080e11d0f2f49a1263e5ba7342f66c8.zip | |
Update webassembly.yml
Diffstat (limited to '.github/workflows/webassembly.yml')
| -rw-r--r-- | .github/workflows/webassembly.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index 5ee8aee8..a86e3f2b 100644 --- a/.github/workflows/webassembly.yml +++ b/.github/workflows/webassembly.yml @@ -22,6 +22,9 @@ jobs: with: version: 2.0.0 actions-cache-folder: 'emsdk-cache' + + - name: Test emsdk Installation + run: emcc -v - name: Setup Environment run: | |
