Skip to content

Commit 9f0b161

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,10 @@ jobs:
846846
# Install dependencies for cross compilation
847847
if [ "${{ matrix.host.name }}" == "windows-x86_64" ]; then
848848
# Make MinGW-w64 posix cross toolchain available in PATH
849-
echo "/opt/mingw-w64-posix/bin" >> $GITHUB_PATH
849+
#echo "/opt/mingw-w64-posix/bin" >> $GITHUB_PATH
850+
# Install MinGW-w64 cross toolchain
851+
sudo apt-get install -y binutils-mingw-w64 gcc-mingw-w64 \
852+
g++-mingw-w64
850853
fi
851854
852855
# Set environment variables

0 commit comments

Comments
 (0)