Skip to content

Commit

Permalink
Also add step in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Nov 11, 2024
1 parent 4645fda commit caedabd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Add libraries needed for installing canvas npm package
run: sudp apt update && sudo apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit caedabd

Please sign in to comment.