Skip to content

Commit 3bd2a63

Browse files
authored
Update CI.yml
1 parent 9c66207 commit 3bd2a63

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
1414

1515
- name: build
1616
if: always()
1717
run: |
18-
sudo apt update && sudo apt install libfuse2 desktop-file-utils
19-
wget https://raw.githubusercontent.com/ivan-hc/Spacecadetpinball-git-appimage/main/spacecadetpinball-git-junest.sh
18+
sudo apt update && sudo apt install desktop-file-utils
19+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
20+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
2021
chmod a+x ./spacecadetpinball-git-junest.sh
2122
./spacecadetpinball-git-junest.sh
2223
mkdir dist

0 commit comments

Comments
 (0)