mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[ci] Don’t use system Python on Linux
We are already installing one using actions/setup-python.
This commit is contained in:
parent
467b08ba36
commit
d46c0ca223
1 changed files with 2 additions and 5 deletions
7
.github/workflows/linux-ci.yml
vendored
7
.github/workflows/linux-ci.yml
vendored
|
@ -34,16 +34,13 @@ jobs:
|
|||
libglib2.0-dev \
|
||||
libgraphite2-dev \
|
||||
libicu-dev \
|
||||
ninja-build \
|
||||
pkg-config \
|
||||
python3 \
|
||||
python3-setuptools
|
||||
pkg-config
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install Python Dependencies
|
||||
run: sudo pip3 install -r .ci/requirements.txt --require-hashes
|
||||
run: pip3 install -r .ci/requirements.txt --require-hashes
|
||||
- name: Setup Meson
|
||||
run: |
|
||||
ccache --version
|
||||
|
|
Loading…
Add table
Reference in a new issue