Skip to content

Commit bdb4b25

Browse files
test
1 parent 91a4dd9 commit bdb4b25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
run: |
8080
python -m pip install --upgrade pip
81-
pip3 install --upgrade "cffi>=2.0.0"
81+
pip3 install --upgrade cffi
8282
pip3 install --upgrade wheel
8383
pip3 install --upgrade setuptools
8484
python -m pip install --upgrade build
@@ -184,7 +184,7 @@ jobs:
184184

185185
run: |
186186
python -m pip install --upgrade pip
187-
pip3 install --upgrade "cffi>=2.0.0"
187+
pip3 install --upgrade cffi
188188
pip3 install --upgrade wheel
189189
pip3 install --upgrade setuptools
190190
python -m pip install --upgrade build
@@ -271,7 +271,7 @@ jobs:
271271
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
272272
run: |
273273
${{ matrix.python-version }} -m pip install --upgrade pip
274-
${{ matrix.python-version }} -m pip install --upgrade "cffi>=2.0.0"
274+
${{ matrix.python-version }} -m pip install --upgrade cffi
275275
${{ matrix.python-version }} -m pip install --upgrade wheel
276276
${{ matrix.python-version }} -m pip install --upgrade setuptools
277277
${{ matrix.python-version }} -m pip install --upgrade build
@@ -474,7 +474,7 @@ jobs:
474474
copy ${{ runner.temp }}\SDL2\lib\x64\SDL2.lib .
475475
copy ${{ runner.temp }}\SDL2\lib\x64\SDL2.dll raylib\
476476
python -m pip install --upgrade pip
477-
pip3 install --upgrade "cffi>=2.0.0"
477+
pip3 install --upgrade "cffi"
478478
pip3 install --upgrade wheel
479479
pip3 install --upgrade setuptools
480480
pip3 install --upgrade build
@@ -546,7 +546,7 @@ jobs:
546546
- name: Build raylib-python-cffi
547547
run: |
548548
python -m pip install --upgrade pip
549-
pip3 install --upgrade "cffi>=2.0.0"
549+
pip3 install --upgrade cffi
550550
pip3 install --upgrade wheel
551551
pip3 install --upgrade setuptools
552552
python setup.py sdist
@@ -581,7 +581,7 @@ jobs:
581581
- name: Build raylib-python-cffi-dynamic
582582
run: |
583583
python -m pip install --upgrade pip
584-
pip3 install --upgrade "cffi>=2.0.0"
584+
pip3 install --upgrade cffi
585585
pip3 install --upgrade wheel
586586
pip3 install --upgrade setuptools
587587
cd dynamic

0 commit comments

Comments
 (0)