We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7087f commit 6e0bffaCopy full SHA for 6e0bffa
.github/workflows/build.yaml
@@ -104,7 +104,7 @@ jobs:
104
architecture: x64
105
106
- name: Install Python build dependencies
107
- run: python -m pip install setuptools wheel tox
+ run: python -m pip install setuptools wheel tox cffi
108
109
- name: Install Linux build dependencies
110
if: ${{ runner.os == 'Linux' }}
@@ -375,7 +375,7 @@ jobs:
375
run: dnf install -y python39-devel python39-pip
376
377
378
- run: python3 -m pip install setuptools wheel tox
+ run: python3 -m pip install setuptools wheel tox cffi
379
380
# https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
381
- name: Prepare ccache timestamp
0 commit comments