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 b109e4f commit b8a9205Copy full SHA for b8a9205
.github/workflows/ci.yml
@@ -4,14 +4,14 @@ on: [push, pull_request]
4
5
jobs:
6
build_flatpak:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
8
container:
9
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
10
options: --privileged
11
steps:
12
- uses: actions/checkout@v2
13
- name: Purge .git for space reasons
14
- run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/Project-Plus-Dolphin-src/.git
+ run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
15
- name: Setup Packages
16
run: |
17
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
0 commit comments