Skip to content

Commit 58279ec

Browse files
committed
ugh more not working
1 parent c106ed3 commit 58279ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26+
- run: curl -O -L https://github.com/sass/dart-sass/releases/download/1.93.2/dart-sass-1.93.2-linux-x64.tar.gz
27+
- run: tar -xzvf dart-sass-*.tar.gz
2628
- run: |
27-
curl -O -L https://github.com/sass/dart-sass/releases/download/1.93.2/dart-sass-1.93.2-linux-x64.tar.gz
28-
tar -xzvf dart-sass-*.tar.gz
2929
echo PATH=${GITHUB_WORKSPACE}/dart_sass >> $GITHUB_ENV
3030
which sass
3131
npm ci

0 commit comments

Comments
 (0)