Fix Snap
Some checks failed
Build Hugo Site / build (push) Failing after 12s

This commit is contained in:
Ben Hays 2023-10-22 22:03:16 -04:00
parent ebad0d93f0
commit 57c0816c61

View File

@ -13,7 +13,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 \
&& dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
run: snap install dart-sass
- name: Checkout
uses: actions/checkout@v3
with: