Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <jan.reimer@student.uni-halle.de>
  • Loading branch information
heinrichreimer committed Mar 6, 2024
1 parent ca04a32 commit 950d105
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
hugo-version: '0.123.4'
extended: true
- name: 🧰 Install dart-sass-embedded
run: |
curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.56.2/sass_embedded-1.56.2-linux-x64.tar.gz;
echo "9e4f455f7b8619959d7878af2862383be58392eb963a14ff87cc512c03701e2a sass_embedded-1.56.2-linux-x64.tar.gz" | sha256sum -c;
tar -xvf sass_embedded-1.56.2-linux-x64.tar.gz;
echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH
run: sudo snap install dart-sass
- name: 🧰 Install Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 950d105

Please sign in to comment.