Skip to content

Commit f2454c9

Browse files
committed
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.
1 parent a699cac commit f2454c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/action/terminal_unsupported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !linux && !darwin && !freebsd && !dragonfly && !openbsd_amd64
1+
//go:build plan9 || nacl || windows
22

33
package action
44

0 commit comments

Comments
 (0)