Skip to content

Commit

Permalink
removing the 'xenial-security' repository and installing dependencies…
Browse files Browse the repository at this point in the history
… directly.
  • Loading branch information
akaiap committed Nov 13, 2024
1 parent 9de56c9 commit b1e3afc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Install dependencies for canvas
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
sudo apt-get update
sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg62 libgif-dev librsvg2-dev libjpeg62
sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg62 libgif-dev librsvg2-dev
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -33,3 +30,5 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test


0 comments on commit b1e3afc

Please sign in to comment.