Skip to content

Commit 98374e8

Browse files
authored
Merge pull request #8389 from drinkcat/ci-selinux
.github/workflows/CICD.yml: Speed up Build/SELinux
2 parents 07b68ee + e0eda09 commit 98374e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ jobs:
11841184
path: ~/.cache/lima
11851185
key: lima-${{ steps.lima-actions-setup.outputs.version }}
11861186
- 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
1187+
run: limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template://fedora
11881188
- name: Setup SSH
11891189
uses: lima-vm/lima-actions/ssh@v1
11901190
- run: rsync -v -a -e ssh . lima-default:~/work/

0 commit comments

Comments
 (0)