Skip to content

Commit

Permalink
remove emsdk stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Dec 5, 2021
1 parent cdc4587 commit 663df6f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v11
with:
# Make sure to set a version number!
version: 2.0.0
# This is the name of the cache folder.
# The cache folder will be placed in the build directory,
# so make sure it doesn't conflict with anything!
actions-cache-folder: 'emsdk-cache'

- name: Verify
- name: Verify emsdk
run: emcc -v
- name: Setup node
uses: actions/setup-node@v2
Expand All @@ -39,8 +35,6 @@ jobs:
git --version
cargo --version
yarn --version
source ./emsdk/emsdk_env.sh
emsdk list
yarn build
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 663df6f

Please sign in to comment.