We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e473084 commit 560aad3Copy full SHA for 560aad3
1 file changed
.github/workflows/build.yml
@@ -24,18 +24,17 @@ jobs:
24
MAKEFLAGS: -j3
25
CC: ${{ matrix.compiler }}
26
steps:
27
- - name: Install dependencies
28
- run: |
29
- sudo apt-get -y update
30
- sudo apt-get -y install tree
31
- uses: actions/checkout@v2
+ - name: Enable unprivileged userns (unshare)
+ run: |
+ sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
32
- name: Build
33
run: |
34
make
35
- name: Install to ~/tmp and Inspect
36
37
DESTDIR=~/tmp make install-strip
38
- tree ~/tmp
+ ls -lR ~/tmp
39
ldd ~/tmp/usr/local/bin/mping
40
size ~/tmp/usr/local/bin/mping
41
~/tmp/usr/local/bin/mping -h
0 commit comments