Skip to content

Commit

Permalink
ci: run apt update to prevent 404 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxyz committed Jan 26, 2025
1 parent 61c3bbe commit e698de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Update repositories
run: sudo apt-get update
- name: Install system dependencies
run: sudo apt-get install libcairo2-dev libpango1.0-dev libgif-dev
- run: npm ci
Expand Down

0 comments on commit e698de1

Please sign in to comment.