commit 06bdde8ebaa15a7aa6375e8147ab75bcfa8a3f12
parent 4ec8799d906cce6771d812b7c63a8888a00a4e3c
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 21 Aug 2020 22:06:41 +0200
fix: grass install not working in CI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.toml b/Makefile.toml
@@ -117,6 +117,6 @@ install_crate = { crate_name = "xtr", binary = "xtr", test_arg = "--help" }
[tasks.scss]
install_crate = { crate_name = "grass", binary = "grass", test_arg = "--help" }
-install_crate_args = ["--git", "https://github.com/connorskees/grass"]
+install_crate_args = ["--git", "https://github.com/connorskees/grass", "grass"]
command = "grass"
args = ["static/style.scss", "dist/style.css"]