diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7c93a671..082f5e674 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,5 @@ -name: Build and test, upload to PyPI on release +# Name cannot contain commas because of setup-emsdk job +name: Build and test on: [push, pull_request] env: @@ -185,7 +186,7 @@ jobs: run: sudo apt install ninja-build cmake flex bison - - uses: mymindstorm/setup-emsdk@v12 + - uses: mymindstorm/setup-emsdk@v14 with: version: '3.1.45' actions-cache-folder: 'emsdk-cache'