File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v3
26+ - name : Install dependencies
27+ run : |
28+ sudo apt-get update
29+ sudo apt-get install -y libfontconfig1-dev
2630 - uses : actions/setup-python@v4
2731 with :
2832 python-version : ' 3.12'
3640 with :
3741 command : clippy
3842 args : --all -- -D warnings
39-
4043 - name : Install Python dependencies
4144 run : |
4245 python -m pip install --upgrade pip wheel setuptools
5962 # target: [x86_64]
6063 steps :
6164 - uses : actions/checkout@v3
65+ - name : Install dependencies
66+ run : |
67+ sudo apt-get update
68+ sudo apt-get install -y libfontconfig1-dev
6269 - uses : actions/setup-python@v4
6370 with :
6471 python-version : ' 3.12'
7481 args : --release --out dist
7582 sccache : ' true'
7683 manylinux : auto
84+ before-script-linux : |
85+ yum install -y fontconfig-devel
7786 - name : Upload wheels
7887 uses : actions/upload-artifact@v4
7988 with :
You can’t perform that action at this time.
0 commit comments