File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1269,7 +1269,7 @@ jobs:
12691269 path : ~/.cache/lima
12701270 key : lima-${{ steps.lima-actions-setup.outputs.version }}
12711271 - name : Start Fedora VM with SELinux
1272- run : limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template:// fedora
1272+ run : limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template:fedora
12731273 - run : rsync -v -a -e ssh . lima-default:~/work/
12741274 - name : Setup Rust and other build deps in VM
12751275 run : |
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 path : ~/.cache/lima
198198 key : lima-${{ steps.lima-actions-setup.outputs.version }}
199199 - name : Start Fedora VM with SELinux
200- run : limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:// fedora
200+ run : limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:fedora
201201 - name : Verify SELinux Status and Configuration
202202 run : |
203203 lima getenforce
You can’t perform that action at this time.
0 commit comments