Skip to content

Commit 9415a56

Browse files
committed
Use gcc9 instead
1 parent c1423d1 commit 9415a56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
python-version: '3.12'
2323

24-
# Step 3: Install GCC 8
25-
- name: Install GCC 8
24+
# Step 3: Install GCC 9
25+
- name: Install GCC 9
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y g++-8 gcc-8
29-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 50
30-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 50
28+
sudo apt-get install -y g++-9 gcc-9
29+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 50
30+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 50
3131
3232
# Step 4: Install pybind11 and build dependencies
3333
- name: Install build dependencies

0 commit comments

Comments
 (0)