Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit e68a8d1

Browse files
committed
Fix kubernetes CI
1 parent e67625a commit e68a8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/platform-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
if: ${{ matrix.with-kubernetes }}
5656
with:
5757
driver: none
58-
uses: medyagh/setup-minikube@master
58+
start-args: --extra-config=kubelet.cgroup-driver=systemd
59+
uses: medyagh/setup-minikube@latest
5960

6061
- name: Install dependencies
6162
env:

0 commit comments

Comments
 (0)