Skip to content

Commit 4fee105

Browse files
authored
Remove win64 duplicate build on windows CI (#3198)
1 parent 9c9f9d4 commit 4fee105

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ jobs:
203203
# find . -type d -name ".git" -exec rm -rf {} +
204204
find . -type d -name "nimcache" -exec rm -rf {} +
205205
mingw32-make ${DEFAULT_MAKE_FLAGS} test t8n_test
206-
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
207-
mingw32-make ${DEFAULT_MAKE_FLAGS}
208-
fi
209206
210207
- name: Run nimbus-eth1 tests (Linux)
211208
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)