We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71d6bc commit 8f3e50eCopy full SHA for 8f3e50e
build/install_tools.sh
@@ -47,6 +47,7 @@ go_install_any "yamlfmt -h" github.com/google/yamlfmt/cmd/yamlfmt v${YAMLFMT_VER
47
OS_TYPE=$(uname -s)
48
if [ "${OS_TYPE}" = "Linux" ]; then
49
/tmp/typos --version | grep ${TYPOS_VERSION} || wget -qO- https://github.com/crate-ci/typos/releases/download/v${TYPOS_VERSION}/typos-v${TYPOS_VERSION}-x86_64-unknown-linux-musl.tar.gz | tar -zxf - -C /tmp/ ./typos
50
+ sudo snap install mdl
51
elif [ "${OS_TYPE}" = "Darwin" ]; then
52
/tmp/typos --version | grep ${TYPOS_VERSION} || wget -qO- https://github.com/crate-ci/typos/releases/download/v${TYPOS_VERSION}/typos-v${TYPOS_VERSION}-x86_64-apple-darwin.tar.gz | tar -zxf - -C /tmp/ ./typos
53
fi
0 commit comments