File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v2
1313
1414 - name : Build release tarball
15- run : PUBLISH_TAR=1 tests/run-apt
15+ # run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
16+ run : sudo PUBLISH_TAR=1 tests/run-apt
1617
1718 - name : Create GitHub release
1819 uses : docker://antonyurchenko/git-release:latest
Original file line number Diff line number Diff line change 3333 scenario=${scenario%@*}
3434 script=${scenario%-*}
3535 release=${scenario#*-}
36- # # run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
36+ # run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
3737 sudo ${{ matrix.env }} tests/run-${script} $release
You can’t perform that action at this time.
0 commit comments