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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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