Skip to content

Commit 00e3e2a

Browse files
committed
Alternate Dart Sass installation method due to Ubuntu Snap store outage
1 parent f73f27b commit 00e3e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4040
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4141
- name: Install Dart Sass
42-
run: sudo snap install dart-sass
42+
run: npm install -g sass
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545
with:

0 commit comments

Comments
 (0)