We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b95928 commit a5cd7bfCopy full SHA for a5cd7bf
1 file changed
.github/workflows/test.yml
@@ -100,15 +100,12 @@ jobs:
100
- name: Checkout
101
uses: actions/checkout@v4
102
103
- - name: Setup Python
104
- uses: actions/setup-python@v5
105
- with:
106
- python-version: "3.12"
107
-
108
- name: System Setup
+ shell: bash
109
run: |
110
apt-get update
111
apt-get install -y ninja-build cmake
+ apt-get install -y python3-dev
112
if [[ '${{ matrix.module}}' == 'true' ]]; then
113
echo "CMAKE_ARGS=-DISPTR_ENABLE_MODULE=ON" >> $GITHUB_ENV
114
fi
0 commit comments