Skip to content

Commit

Permalink
cicd: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 7, 2024
1 parent a712f17 commit 842ed6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
#----------------------------------------------
- name: Install Canvas/Fabric Dependencies
run: |
sudo apt update && apt install -y build-essential \
sudo apt update
sudo apt install -y build-essential \
g++ libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
#----------------------------------------------
# Try a "clean" install (without forcing dependencies)
Expand Down

0 comments on commit 842ed6d

Please sign in to comment.