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

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