fix: do not install strace on OSX (#9167)

This commit is contained in:
Marcin Tojek
2023-08-18 10:07:11 +02:00
committed by GitHub
parent 2f46f2315c
commit 04810cb42e

View File

@ -54,7 +54,8 @@
shellcheck
shfmt
sqlc
strace
# strace is not available on OSX
(if system == "aarch64-darwin" then null else strace)
terraform
typos
vim