Skip to content

Commit bb0fdda

Browse files
KittyChiuCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 80dcaff commit bb0fdda

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,16 @@ 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-
env:
82-
DART_SASS_VERSION: 1.99.0
83-
run: |
84-
curl -LO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
85-
tar -xzf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
86-
sudo cp -r dart-sass/* /usr/local/bin/
87-
sass --version
8880
8981
- uses: actions/setup-node@v6
9082
with:
9183
node-version: lts/*
9284

85+
- name: Install Dart Sass
86+
run: |
87+
npm install -g sass
88+
sass --version
89+
9390
- name: Install test dependencies
9491
run: |
9592
# Clean install of the node modules

0 commit comments

Comments
 (0)