Skip to content

Commit c4e2302

Browse files
committed
ci: Fix Permission denied error for cargo build
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent be74183 commit c4e2302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
sudo just build-install-test-image
7272
sudo podman build -t localhost/bootc-fsverity -f ci/Containerfile.install-fsverity
7373
74+
# Grant permission
75+
sudo chown -R "$(id -u):$(id -g)" /home/runner/work/bootc/bootc
7476
# TODO move into a container, and then have this tool run other containers
7577
cargo build --release -p tests-integration
7678

0 commit comments

Comments
 (0)