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:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user