chore: add dart sass setup in github workflows

This commit is contained in:
geekifan
2025-05-11 20:34:46 +08:00
parent b0a6553e21
commit 3d2a41a48d

View File

@ -31,6 +31,9 @@ jobs:
path: resources path: resources
key: ${{ env.cache-name }} key: ${{ env.cache-name }}
- name: Setup Dart Sass
run: sudo snap install dart-sass
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: