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 4bc588a commit 9f0b161Copy full SHA for 9f0b161
.github/workflows/ci.yml
@@ -846,7 +846,10 @@ jobs:
846
# Install dependencies for cross compilation
847
if [ "${{ matrix.host.name }}" == "windows-x86_64" ]; then
848
# Make MinGW-w64 posix cross toolchain available in PATH
849
- echo "/opt/mingw-w64-posix/bin" >> $GITHUB_PATH
+ #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
853
fi
854
855
# Set environment variables
0 commit comments