Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 3, 2024
1 parent d3d570f commit 980cb78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
id: cache-binaryen
uses: actions/cache/restore@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Checkout binaryen
Expand Down Expand Up @@ -150,14 +150,15 @@ jobs:
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
working-directory: ./binaryen
run: |
opam install conf-c++
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
make -j 4
- name: Cache binaryen
if: steps.cache-binaryen.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Set binaryen's path
Expand Down

0 comments on commit 980cb78

Please sign in to comment.