Skip to content

Commit fd21670

Browse files
committed
f
1 parent 8d5937e commit fd21670

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container:
1414
image: bilelmoussaoui/flatpak-github-actions:gnome-47
15-
options: --privileged --user 1001
15+
options: --privileged
1616

1717
steps:
18+
# https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
19+
- name: "Workaround"
20+
run: chown root:root .
21+
1822
- uses: actions/checkout@v4
1923
with:
2024
submodules: recursive

0 commit comments

Comments
 (0)