mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[ci] Upgrade pip on MSVC job
To avoid bad pre-installed version.
This commit is contained in:
parent
02a737e532
commit
e045dbf617
1 changed files with 3 additions and 0 deletions
3
.github/workflows/msvc-ci.yml
vendored
3
.github/workflows/msvc-ci.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch : ${{ matrix.ARCH }}
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install --upgrade meson ninja fonttools
|
||||
|
|
Loading…
Add table
Reference in a new issue