Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 11, 2024
1 parent 8d5937e commit fd21670
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged --user 1001
options: --privileged

steps:
# https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
- name: "Workaround"
run: chown root:root .

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit fd21670

Please sign in to comment.