Skip to content

Commit 903989c

Browse files
authored
Update buildbinaryen.yml.
1 parent 62ecfb4 commit 903989c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
sudo apt-get install -y g++-multilib gcc-multilib cmake make mingw-w64
7373
7474
- name: Configure
75-
run: cmake -S binaryen -B binaryen/build ${{ matrix.cmake-args }}
75+
run: cmake -S binaryen -B binaryen ${{ matrix.cmake-args }}
7676

7777
- name: Build
78-
run: cmake --build binaryen/build -- -j$(nproc)
78+
run: cmake --build binaryen -- -j$(nproc)
7979

8080
- name: Copy to NuGet runtime folder
8181
run: |

0 commit comments

Comments
 (0)