File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,12 @@ jobs:
219
219
apt-get install --no-install-recommends -y -- "${prerequisites[@]}"
220
220
shell : bash
221
221
- uses : actions/checkout@v4
222
+ - name : Take ownership of repo
223
+ # FIXME: Eliminate the need for this by improving the test suite not to rely on ownership
224
+ # of preexisting files, nor on whether, where, or how we are contained in a repo (except
225
+ # where gix-testtools checks ignores to suppress archives). Note that `safe.directory`
226
+ # isn't a fix, due to config and environment sanitization when running fixture scripts.
227
+ run : chown -R "$(whoami)" -- "$GITHUB_WORKSPACE"
222
228
- uses : dtolnay/rust-toolchain@stable
223
229
with :
224
230
toolchain : stable-i686-unknown-linux-gnu # Otherwise it may misdetect based on the amd64 kernel.
You can’t perform that action at this time.
0 commit comments