.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:
|
||||
repository: kubernetes-sigs/cri-tools
|
||||
path: src/github.com/kubernetes-sigs/cri-tools
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set env
|
||||
run: |
|
||||
@ -257,7 +258,9 @@ jobs:
|
||||
run: |
|
||||
set -o xtrace
|
||||
mingw32-make.exe binaries
|
||||
CRITEST_VERSION=$(cat script/setup/critools-version)
|
||||
cd ../../kubernetes-sigs/cri-tools
|
||||
git checkout "${CRITEST_VERSION}"
|
||||
make critest
|
||||
|
||||
- run: script/setup/install-cni-windows
|
||||
|
Loading…
Reference in New Issue
Block a user