Skip to content

Commit 7fc2436

Browse files
committed
update bootstrap
1 parent 86d5f35 commit 7fc2436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bootstrap.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -29,6 +29,8 @@ jobs:
2929
gcc-multilib \
3030
g++-multilib \
3131
dejagnu
32+
# enable unshare
33+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
3234
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
3335
3436
- name: Configure

0 commit comments

Comments
 (0)