Skip to content

Commit b8a9205

Browse files
committed
test the fourth
1 parent b109e4f commit b8a9205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [push, pull_request]
44

55
jobs:
66
build_flatpak:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
container:
99
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
1010
options: --privileged
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Purge .git for space reasons
14-
run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/Project-Plus-Dolphin-src/.git
14+
run: rm -rf /home/runner/work/Project-Plus-Dolphin-src/.git
1515
- name: Setup Packages
1616
run: |
1717
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \

0 commit comments

Comments
 (0)