Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CI workflow deprecation errors (#353)
* Upgrades ci workflow to setup-emsdk@v8

  Fixes errors from deprecated `add-path` and `set-env`
  • Loading branch information
ianpurvis committed Feb 1, 2021
1 parent a4bec93 commit f798279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '^3.5'
- uses: mymindstorm/setup-emsdk@v6
- uses: mymindstorm/setup-emsdk@v8
with:
version: 'latest'
- run: emcc -v
Expand Down

0 comments on commit f798279

Please sign in to comment.