We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 927f456 + 5c5290d commit 503d42bCopy full SHA for 503d42b
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
needs: release
45
container:
46
- image: debian:10
+ image: debian:11
47
48
strategy:
49
matrix:
ns-3/build.sh
@@ -18,7 +18,7 @@ run apt-get install -y --no-install-recommends \
18
python3-pip \
19
python3-setuptools \
20
python3-wheel \
21
- qt5-default \
+ qtbase5-dev \
22
zip \
23
&& true
24
0 commit comments