Skip to content

Commit a19bb18

Browse files
[WASM] Output build log verbose
1 parent a089ff2 commit a19bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
8989
tar xf icu.tar.xz
9090
cd swift
91-
./utils/build-script --release --wasm \
91+
./utils/build-script --release --wasm --verbose \
9292
--skip-build-benchmarks \
9393
--extra-cmake-options=" \
9494
-DSWIFT_PRIMARY_VARIANT_SDK:STRING=WASM \

0 commit comments

Comments
 (0)