Skip to content

Commit cea0603

Browse files
authored
Fix the build
1 parent 9dc295a commit cea0603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CICD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'"

0 commit comments

Comments
 (0)