1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

github: Workaround permission problems

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-02-13 16:06:54 -05:00
parent a965a9a5ca
commit 2408a33ad3

View File

@@ -101,6 +101,10 @@ jobs:
run: |
go mod download
- name: Fix repository permissions
run: |
sudo chown -R runner:docker .
- name: Run Incus build
run: |
make