We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c16e1 commit 3f30a70Copy full SHA for 3f30a70
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
workflow_dispatch:
11
12
env:
13
- MOZC_SHA: c4a8c95865cb60a14e6c829a0a3893c3b3dac64c
+ MOZC_SHA: 88b1dcae03a0a16192586dca3da157dad64f0e2f
14
15
jobs:
16
lint:
.github/workflows/js.yml
@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-24.04
- EMSCRIPTEN_VERSION: '4.0.10'
+ EMSCRIPTEN_VERSION: '4.0.12'
steps:
17
- uses: actions/checkout@v4
18
with:
0 commit comments