chore: add dart sass setup in github workflows
This commit is contained in:
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user