We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b68ee + e0eda09 commit 98374e8Copy full SHA for 98374e8
.github/workflows/CICD.yml
@@ -1184,7 +1184,7 @@ jobs:
1184
path: ~/.cache/lima
1185
key: lima-${{ steps.lima-actions-setup.outputs.version }}
1186
- name: Start Fedora VM with SELinux
1187
- run: limactl start --plain --name=default --cpus=1 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
+ run: limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
1188
- name: Setup SSH
1189
uses: lima-vm/lima-actions/ssh@v1
1190
- run: rsync -v -a -e ssh . lima-default:~/work/
0 commit comments