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 2293c31 commit e8f454bCopy full SHA for e8f454b
.github/workflows/binaryen.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: Test binaryen
2
3
on:
4
pull_request:
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
# Work-around a race between reinstalling mingw-w64-shims
125
# (because of conf-pkg-config optional dep) and installing other
126
# packages that implicitly depend on mingw-w64-shims.
127
- - run: opam install conf-pkg-config conf-mingw-w64-g++-i686 conf-mingw-w64-g++-x86_64
+ - run: opam install conf-pkg-config conf-mingw-w64-g++-x86_64
128
if: runner.os == 'Windows'
129
130
# - name: Set-up Binaryen
0 commit comments