File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1056,7 +1056,7 @@ jobs:
10561056 run : limactl start --plain --name=default --cpus=1 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
10571057 - name : Setup SSH
10581058 uses : lima-vm/lima-actions/ssh@v1
1059- - run : rsync -a -e ssh . lima-default:~/work/
1059+ - run : rsync -v - a -e ssh . lima-default:~/work/
10601060 - name : Setup Rust and other build deps in VM
10611061 run : |
10621062 lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel -y
@@ -1067,5 +1067,5 @@ jobs:
10671067 lima ls -laZ /etc/selinux
10681068 - name : Build and Test with SELinux
10691069 run : |
1070- lima df -h
1071- lima bash -c "cd coreutils && cargo test --features 'feat_selinux'"
1070+ lima ls
1071+ lima bash -c "cargo test --features 'feat_selinux'"
You can’t perform that action at this time.
0 commit comments