Skip to content

Commit

Permalink
I wish I could test these anywhere other than production
Browse files Browse the repository at this point in the history
  • Loading branch information
thijzert committed Jun 7, 2024
1 parent 22a1e40 commit fb7f346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit fb7f346

Please sign in to comment.