We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483497f commit 792b42cCopy full SHA for 792b42c
1 file changed
.github/workflows/main.yml
@@ -13,9 +13,9 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Set up Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
- python-version: "3.11"
+ python-version: "3.12"
19
cache: "pip"
20
21
- name: Install pip packages
@@ -38,9 +38,6 @@ jobs:
38
- name: Install oxipng
39
run: which oxipng || cargo install oxipng
40
41
- - name: Install ImageMagick
42
- run: sudo apt-get install -y imagemagick
43
-
44
- name: Build packs
45
run: |
46
for builder in build_*.py; do
0 commit comments