Skip to content

Commit 18c5cb1

Browse files
committed
workaround for issue wih gdb/mingw
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4bc588a commit 18c5cb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ jobs:
296296
MATRIX_HOSTS+='{
297297
"name": "windows-x86_64",
298298
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
299-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
299+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
300+
"container_llvm": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
300301
"archive": "7z"
301302
},'
302303
fi
@@ -817,7 +818,7 @@ jobs:
817818
needs: setup
818819
runs-on:
819820
group: ${{ matrix.host.runner }}
820-
container: ${{ matrix.host.container }}
821+
container: ${{ matrix.host.container_llvm }}
821822

822823
defaults:
823824
run:

0 commit comments

Comments
 (0)