mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-29 08:19:26 +08:00
installing conntrack'
This commit is contained in:
@@ -26,6 +26,8 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
- name: Install ncc
|
- name: Install ncc
|
||||||
run: npm i -g @vercel/ncc
|
run: npm i -g @vercel/ncc
|
||||||
|
- name: Install conntrack
|
||||||
|
run: sudo apt-get install -y conntrack
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ncc build src/run.ts -o lib
|
run: ncc build src/run.ts -o lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user