This commit is contained in:
Jaiveer Katariya
2022-11-22 14:35:04 -05:00
parent eeab9fd779
commit bd9e2cd597
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ jobs:
- name: Install ncc
run: npm i -g @vercel/ncc
- name: Install conntrack
run: sudo apt-get install -y conntrack
run: sudo apt-get install -y conntrack
- name: Build
run: ncc build src/run.ts -o lib
@@ -33,7 +33,7 @@ jobs:
- uses: Azure/setup-kubectl@v3
name: Install Kubectl
- id: setup-minikube
name: Setup Minikube
uses: medyagh/setup-minikube@latest