From 21163f3f37e45afbcad9e7495682b663f1b850ee Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 31 Jan 2022 11:55:07 +1100 Subject: [PATCH] Continue on wasm build error --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.0