summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 18:04:03 +0200
committerGitHub <[email protected]>2020-08-19 18:04:03 +0200
commit9d50f23f8080e11d0f2f49a1263e5ba7342f66c8 (patch)
tree71fb0d32b76d1376f6b5bd767dfd96df2eee37e5 /.github
parent052c8211022e4ed5c458b117ffecc755b2cd0798 (diff)
downloadraylib-9d50f23f8080e11d0f2f49a1263e5ba7342f66c8.tar.gz
raylib-9d50f23f8080e11d0f2f49a1263e5ba7342f66c8.zip
Update webassembly.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/webassembly.yml3
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: |