]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .github/workflows/go.yml
Continue on wasm build error
[btrtrc.git] / .github / workflows / go.yml
index b79b67f854235c3aa2c833b6b55e236e670db0b0..15f4080a70fd40beb0eb06e75c330a15be4b5162 100644 (file)
@@ -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