Merge pull request #20 from kubernetes-client/yhaction
[CI/CD] Update build.yaml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,7 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: sudo apt-get install -y libcurl4-openssl-dev uncrustify libyaml-dev
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libcurl4-openssl-dev uncrustify libyaml-dev
|
||||||
- name: Build client library
|
- name: Build client library
|
||||||
run: |
|
run: |
|
||||||
cd kubernetes
|
cd kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user