diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8cc1489..ae9e4e3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
@@ -32,6 +32,8 @@ jobs: | |||
32 | uses: actions/configure-pages@v3 | 32 | uses: actions/configure-pages@v3 |
33 | - name: Prepare Site | 33 | - name: Prepare Site |
34 | run: | | 34 | run: | |
35 | brew update | ||
36 | brew upgrade | ||
35 | brew install emscripten | 37 | brew install emscripten |
36 | make wasm | 38 | make wasm |
37 | cd doc | 39 | cd doc |