.github: windows should use fix critool version
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
290194fe77
commit
5351ad6b4a
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