diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 66d0d16317..bdb5111487 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -103,7 +103,7 @@ jobs: "$(pwd)/bld/src/curl" --disable --version if [ '${{ matrix.arch }}' = 'x86_64' ]; then # Slow on emulated CPU cmake --build bld --config Debug --parallel 3 --target testdeps - export TFLAGS='-j8 ~TFTP' # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`? + export TFLAGS='-j8 ~3017 ~TFTP' # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`? cmake --build bld --config Debug --target test-ci fi