Update webassembly.yml

This commit is contained in:
Ray
2020-08-19 18:04:03 +02:00
committed by GitHub
parent 052c821102
commit 9d50f23f80

View File

@ -23,6 +23,9 @@ jobs:
version: 2.0.0 version: 2.0.0
actions-cache-folder: 'emsdk-cache' actions-cache-folder: 'emsdk-cache'
- name: Test emsdk Installation
run: emcc -v
- name: Setup Environment - name: Setup Environment
run: | run: |
mkdir build mkdir build