Skip to content

Commit 503d42b

Browse files
authored
Merge pull request #7 from osmhpi/py39
build with Python 3.9 / Debian 11
2 parents 927f456 + 5c5290d commit 503d42b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
needs: release
4545
container:
46-
image: debian:10
46+
image: debian:11
4747

4848
strategy:
4949
matrix:

ns-3/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run apt-get install -y --no-install-recommends \
1818
python3-pip \
1919
python3-setuptools \
2020
python3-wheel \
21-
qt5-default \
21+
qtbase5-dev \
2222
zip \
2323
&& true
2424

0 commit comments

Comments
 (0)