We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aac4b6 commit 93c46c3Copy full SHA for 93c46c3
.github/workflows/ci.yml
@@ -500,11 +500,8 @@ jobs:
500
# Install dependencies for cross compilation
501
if [ "${{ matrix.host.name }}" == "windows-x86_64" ]; then
502
# 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
+ echo "/opt/mingw-w64-win32/bin" >> $GITHUB_PATH
+ export PATH="/opt/mingw-w64-win32/bin:$PATH"
508
509
# Build and install libboost-regex for MinGW-w64 host
510
## Check out Boost library source code
0 commit comments