Skip to content

Commit

Permalink
ci: Update to Emscripten SDK v3.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Nov 13, 2023
1 parent 4a2ab2e commit 6429b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

env:
BUILD_PATH: ${{ github.workspace }}/tromino-puzzle/dist/web
EMSDK_VERSION: 3.1.47
EMSDK_VERSION: 3.1.48

outputs:
dist-checksum: ${{ steps.dist-checksum.outputs.dist_checksum }}
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ jobs:
pool:
vmImage: ubuntu-latest
variables:
emsdkVersion: 3.1.47
emsdkVersion: 3.1.48
numMakeJobs: 3
steps:
- task: DockerInstaller@0
displayName: Install Docker
inputs:
dockerVersion: 24.0.6
dockerVersion: 24.0.7
releaseType: stable

- script: >-
Expand Down

0 comments on commit 6429b3f

Please sign in to comment.