Skip to content

Commit

Permalink
Merge pull request #7 from osmhpi/py39
Browse files Browse the repository at this point in the history
build with Python 3.9 / Debian 11
  • Loading branch information
rs22 authored Nov 16, 2021
2 parents 927f456 + 5c5290d commit 503d42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: release
container:
image: debian:10
image: debian:11

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion ns-3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run apt-get install -y --no-install-recommends \
python3-pip \
python3-setuptools \
python3-wheel \
qt5-default \
qtbase5-dev \
zip \
&& true

Expand Down

0 comments on commit 503d42b

Please sign in to comment.