From 9dfcdbf478a3aaa7fe68f863102922bb2e01e2f5 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Tue, 2 Aug 2022 12:28:20 -0700 Subject: [PATCH] .github/workflows: put back CLI in cross-wasm GitHub action Since we're keeping the JS support in the CLI (see https://github.com/tailscale/tailscale/pull/5265#issuecomment-1203078243), make sure it keeps building. Signed-off-by: Mihai Parparita --- .github/workflows/cross-wasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-wasm.yml b/.github/workflows/cross-wasm.yml index b70fb2ab7..9d729a7f7 100644 --- a/.github/workflows/cross-wasm.yml +++ b/.github/workflows/cross-wasm.yml @@ -29,7 +29,7 @@ jobs: env: GOOS: js GOARCH: wasm - run: go build ./cmd/tsconnect/wasm + run: go build ./cmd/tsconnect/wasm ./cmd/tailscale/cli - name: tsconnect static build # Use our custom Go toolchain, we set build tags (to control binary size)