We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c66207 commit 3bd2a63Copy full SHA for 3bd2a63
.github/workflows/CI.yml
@@ -8,15 +8,16 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
15
- name: build
16
if: always()
17
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
+ sudo apt update && sudo apt install desktop-file-utils
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
20
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
21
chmod a+x ./spacecadetpinball-git-junest.sh
22
./spacecadetpinball-git-junest.sh
23
mkdir dist
0 commit comments