Skip to content

Commit 6060211

Browse files
authored
Update CI.yml
1 parent e1c5b3c commit 6060211

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
1616

1717
- name: build
18+
if: always()
1819
run: |
1920
sudo apt update && sudo apt install desktop-file-utils
21+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
22+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
2023
chmod a+x ./emacs-junest.sh
2124
./emacs-junest.sh
2225
mkdir dist

0 commit comments

Comments
 (0)