From 069b9ce083d7a8ca703ad889c4d3e8d36ab4129b Mon Sep 17 00:00:00 2001 From: Murray Date: Thu, 26 Oct 2023 13:15:24 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 458f91d..1662900 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,16 @@ jobs: steps: - uses: actions/checkout@v4 + - run: | wget https://github.com/gren-lang/compiler/releases/download/0.3.0/gren_linux chmod +x gren_linux mv gren_linux /usr/local/bin/gren + + - run: | + wget https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.5/tailwindcss-linux-x64 + chmod +x tailwindcss-linux-x64 + mv tailwindcss-linux-x64 /usr/local/bin/tailwindcss + - run: make benchmark - run: make