Skip to content

Commit 6f17de4

Browse files
Copilotwhsalazar
andauthored
Fix Dart Sass install: replace snap with npm install -g sass
Agent-Logs-Url: https://github.com/github/github-well-architected/sessions/ec1bb72f-a21a-467b-9d30-e04995972903 Co-authored-by: whsalazar <15836554+whsalazar@users.noreply.github.com>
1 parent 0aee198 commit 6f17de4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ jobs:
7777
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb
7878
sudo dpkg -i ${{ runner.temp }}/hugo.deb
7979
hugo version
80-
- name: Install Dart Sass
81-
run: sudo snap install dart-sass
8280
8381
- uses: actions/setup-node@v6
8482
with:
8583
node-version: lts/*
8684

85+
- name: Install Dart Sass
86+
run: npm install -g sass
87+
8788
- name: Install test dependencies
8889
run: |
8990
# Clean install of the node modules

0 commit comments

Comments
 (0)