Skip to content

Commit a5cd7bf

Browse files
committed
Adding GCC15 to CI, take 2
1 parent 2b95928 commit a5cd7bf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,12 @@ jobs:
100100
- name: Checkout
101101
uses: actions/checkout@v4
102102

103-
- name: Setup Python
104-
uses: actions/setup-python@v5
105-
with:
106-
python-version: "3.12"
107-
108103
- name: System Setup
104+
shell: bash
109105
run: |
110106
apt-get update
111107
apt-get install -y ninja-build cmake
108+
apt-get install -y python3-dev
112109
if [[ '${{ matrix.module}}' == 'true' ]]; then
113110
echo "CMAKE_ARGS=-DISPTR_ENABLE_MODULE=ON" >> $GITHUB_ENV
114111
fi

0 commit comments

Comments
 (0)