diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0037abe1..6c9f912e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,8 +34,6 @@ 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 run: |