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 92ee82d commit 4341f39Copy full SHA for 4341f39
.github/workflows/ci.yml
@@ -72,6 +72,8 @@ jobs:
72
sudo just build-install-test-image
73
sudo podman build -t localhost/bootc-fsverity -f ci/Containerfile.install-fsverity
74
75
+ # Grant permission
76
+ sudo chown -R "$(id -u):$(id -g)" /home/runner/work/bootc/bootc
77
# TODO move into a container, and then have this tool run other containers
78
cargo build --release -p tests-integration
79
0 commit comments