Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63ab5ed

Browse files
cakebakerRenjiSann
authored andcommitted
ci: adapt template name for Lima v2.0
1 parent 8983b90 commit 63ab5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)