Skip to content

Commit

Permalink
remove canvas issue workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dylonChime committed Feb 4, 2025
1 parent 257e779 commit c80ca64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ jobs:
with:
node-version: 18.x

- name: Install Dependencies
if: always()
run: |
# Required to bydpass issue with canvas dependency: https://github.com/Automattic/node-canvas/issues/1862
sudo apt-get install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++
- name: Send Metric to CloudWatch
if: always()
run: |
Expand Down

0 comments on commit c80ca64

Please sign in to comment.