1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-17 17:57:28 +03:00

ci: freebsd's bash isn't in /bin

This commit is contained in:
Wez Furlong 2021-09-17 08:15:23 -07:00
parent e36cf75451
commit 9f5d0df13a

View File

@ -1,6 +1,6 @@
#!/bin/bash
if ! ./ci/check-rust-version.sh ; then
if ! bash ./ci/check-rust-version.sh ; then
exit 1
fi