Skip to content

Commit 93c46c3

Browse files
committed
Revert "workaround for issue wih gdb/mingw"
This reverts commit 5423f49 because the GDB build issue has been fixed. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 8aac4b6 commit 93c46c3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,8 @@ jobs:
500500
# Install dependencies for cross compilation
501501
if [ "${{ matrix.host.name }}" == "windows-x86_64" ]; then
502502
# Make MinGW-w64 win32 cross toolchain available in PATH
503-
#echo "/opt/mingw-w64-win32/bin" >> $GITHUB_PATH
504-
#export PATH="/opt/mingw-w64-win32/bin:$PATH"
505-
# Install MinGW-w64 cross toolchain
506-
sudo apt-get install -y binutils-mingw-w64 gcc-mingw-w64 \
507-
g++-mingw-w64
503+
echo "/opt/mingw-w64-win32/bin" >> $GITHUB_PATH
504+
export PATH="/opt/mingw-w64-win32/bin:$PATH"
508505
509506
# Build and install libboost-regex for MinGW-w64 host
510507
## Check out Boost library source code

0 commit comments

Comments
 (0)