From fb7f346cc57f057de713c9077b47bc31bc7c3307 Mon Sep 17 00:00:00 2001 From: Thijs van Dijk Date: Fri, 7 Jun 2024 07:34:00 +0200 Subject: [PATCH] I wish I could test these anywhere other than production --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2cc4bd9..01e765e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,6 +23,9 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.22 + - name: Install sassc + run: | + apt-get install sassc - name: Build run: go run build.go -version "${{steps.version.outputs.version}}"