]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Continue on wasm build error
authorMatt Joiner <anacrolix@gmail.com>
Mon, 31 Jan 2022 00:55:07 +0000 (11:55 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 31 Jan 2022 00:55:07 +0000 (11:55 +1100)
.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