Skip to content

Commit

Permalink
chore: fix typo in dart-sass package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Apr 23, 2024
1 parent 7d52024 commit 8185311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart
run: sudo snap install dart-saas
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8185311

Please sign in to comment.