Skip to content

Commit

Permalink
use node package manager for build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 1, 2024
1 parent 4b061ab commit c4243cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
shell: bash -l {0}
run: nvm install

- name: npm install sass (and python)
run: npm install node-sass && npm install --global windows-build-tools
- name: npm install build tools
run: npm install --global windows-build-tools

- name: Install yarn
run: curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && sudo apt-get update && sudo apt-get install yarn
Expand Down

0 comments on commit c4243cc

Please sign in to comment.