Skip to content

Commit e8f454b

Browse files
committed
DEBUG
1 parent 2293c31 commit e8f454b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/binaryen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Test binaryen
22

33
on:
44
pull_request:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Work-around a race between reinstalling mingw-w64-shims
125125
# (because of conf-pkg-config optional dep) and installing other
126126
# 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
127+
- run: opam install conf-pkg-config conf-mingw-w64-g++-x86_64
128128
if: runner.os == 'Windows'
129129

130130
# - name: Set-up Binaryen

0 commit comments

Comments
 (0)