Skip to content

Commit 792b42c

Browse files
committed
remove imagemagick step + update python action
1 parent 483497f commit 792b42c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.12"
1919
cache: "pip"
2020

2121
- name: Install pip packages
@@ -38,9 +38,6 @@ jobs:
3838
- name: Install oxipng
3939
run: which oxipng || cargo install oxipng
4040

41-
- name: Install ImageMagick
42-
run: sudo apt-get install -y imagemagick
43-
4441
- name: Build packs
4542
run: |
4643
for builder in build_*.py; do

0 commit comments

Comments
 (0)