From f2454c9248d62b187325c435c01597601007d38d Mon Sep 17 00:00:00 2001 From: niten94 <127052329+niten94@users.noreply.github.com> Date: Sat, 5 Apr 2025 10:42:32 +0800 Subject: [PATCH] Specify tags where term emulation is unsupported Copy build constraints in actions_other.go to terminal_unsupported.go, to avoid maintaining separate build constraints that are similar with terminal_supported.go. --- internal/action/terminal_unsupported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/action/terminal_unsupported.go b/internal/action/terminal_unsupported.go index 1a03428f..814825a6 100644 --- a/internal/action/terminal_unsupported.go +++ b/internal/action/terminal_unsupported.go @@ -1,4 +1,4 @@ -//go:build !linux && !darwin && !freebsd && !dragonfly && !openbsd_amd64 +//go:build plan9 || nacl || windows package action