Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jan 21, 2024
1 parent c33661e commit 231096c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ jobs:
sudo apt-get install -y mingw-w64
- name: Compile dependencies
run: |
old_pwd=$PWD
cd /tmp
wget https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2
tar xjf expat-2.5.0.tar.bz2
cd expat-2.5.0
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=/usr/bin/i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=/usr/bin/i686-w64-mingw32-g++ -DCMAKE_INSTALL_PREFIX=/usr/i686-w64-mingw32/ ..
cmake -DCMAKE_TOOLCHAIN_FILE=$old_pwd/cmake/toolchains/Ubuntu-MinGW-W64-${{matrix.compiler.bits}}.cmake -DCMAKE_INSTALL_PREFIX=/usr/i686-w64-mingw32/ ..
make
sudo make install
cd ../..
Expand Down

0 comments on commit 231096c

Please sign in to comment.