Skip to content

Commit 8f3e50e

Browse files
Fix missing snap install for mdl (#63)
1 parent c71d6bc commit 8f3e50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/install_tools.sh

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ go_install_any "yamlfmt -h" github.com/google/yamlfmt/cmd/yamlfmt v${YAMLFMT_VER
4747
OS_TYPE=$(uname -s)
4848
if [ "${OS_TYPE}" = "Linux" ]; then
4949
/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
5051
elif [ "${OS_TYPE}" = "Darwin" ]; then
5152
/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
5253
fi

0 commit comments

Comments
 (0)