We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be74183 commit c4e2302Copy full SHA for c4e2302
.github/workflows/ci.yml
@@ -71,6 +71,8 @@ jobs:
71
sudo just build-install-test-image
72
sudo podman build -t localhost/bootc-fsverity -f ci/Containerfile.install-fsverity
73
74
+ # Grant permission
75
+ sudo chown -R "$(id -u):$(id -g)" /home/runner/work/bootc/bootc
76
# TODO move into a container, and then have this tool run other containers
77
cargo build --release -p tests-integration
78
0 commit comments