From: Matt Joiner Date: Mon, 31 Jan 2022 00:55:07 +0000 (+1100) Subject: Continue on wasm build error X-Git-Tag: v1.41.0~16 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=21163f3f37e45afbcad9e7495682b663f1b850ee;p=btrtrc.git Continue on wasm build error --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b79b67f8..15f4080a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,8 @@ jobs: - name: Some packages compile for WebAssembly run: GOOS=js GOARCH=wasm go build . ./storage ./tracker/... - + # https://github.com/pion/webrtc/issues/2099 + continue-on-error: true - name: Install godo # Need master for cross-compiling fix