Merge pull request #9871 from fuweid/fix-windows-ci-main
.github: windows should use fix critool version
This commit is contained in:
commit
7f0f49b438
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -229,6 +229,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: kubernetes-sigs/cri-tools
|
repository: kubernetes-sigs/cri-tools
|
||||||
path: src/github.com/kubernetes-sigs/cri-tools
|
path: src/github.com/kubernetes-sigs/cri-tools
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: |
|
run: |
|
||||||
@ -257,7 +258,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
mingw32-make.exe binaries
|
mingw32-make.exe binaries
|
||||||
|
CRITEST_VERSION=$(cat script/setup/critools-version)
|
||||||
cd ../../kubernetes-sigs/cri-tools
|
cd ../../kubernetes-sigs/cri-tools
|
||||||
|
git checkout "${CRITEST_VERSION}"
|
||||||
make critest
|
make critest
|
||||||
|
|
||||||
- run: script/setup/install-cni-windows
|
- run: script/setup/install-cni-windows
|
||||||
|
Loading…
Reference in New Issue
Block a user