Skip to content

Commit ae35259

Browse files
committed
CI: fix 'fatal: unsafe repository ('/Users/runner/work/lima/lima/vde_vmnet' is owned by someone else)'
CI was failing due to the recent breaking change of git > Cloning into 'vde_vmnet'... > HEAD is now at a4b489e Merge pull request lima-vm#40 from AkihiroSuda/dev > git submodule update --init > fatal: unsafe repository ('/Users/runner/work/lima/lima/vde_vmnet' is owned by someone else) > To add an exception for this directory, call: > > git config --global --add safe.directory /Users/runner/work/lima/lima/vde_vmnet > make: *** [install.vde-2] Error 128 Signed-off-by: Akihiro Suda <[email protected]> Signed-off-by: Akihiro Suda <[email protected]>
1 parent f362986 commit ae35259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
run: |
8989
(
9090
brew install autoconf automake
91+
cd ~
9192
git clone https://github.com/lima-vm/vde_vmnet
9293
cd vde_vmnet
9394
git checkout $VDE_VMNET_VERSION

0 commit comments

Comments
 (0)