From 84f4d3df528006fcecf3f44d5bd35669e76b3b9a Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 13 Apr 2024 12:53:47 +0200 Subject: [PATCH] it should work now --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 823f899f..e9763322 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: sudo apt update - - run: sudo apt install inkscape optipng -y + - run: sudo apt install inkscape optipng sassc -y - run: make \ No newline at end of file