Skip to content

Commit

Permalink
removing unnecessary canvas module setup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 27, 2024
1 parent 67a9ad7 commit 603620f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Run npm install canvas setup
run: |
brew update
brew install python3 || : # python doesn't need to be linked
brew install pkg-config cairo pango libpng jpeg giflib librsvg
pip install setuptools
- run: npm install
- run: npm test
- run: npm run package
Expand Down

0 comments on commit 603620f

Please sign in to comment.