Skip to content

Commit

Permalink
Add mingw64 g++
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkwan committed Dec 9, 2023
1 parent a1adcbc commit 76ab764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo apt-get install cmake clang-format
sudo apt-get install libpthread-stubs0-dev libgl1-mesa-dev libx11-dev libxrandr-dev libfreetype6-dev libjpeg8-dev libsndfile1-dev libopenal-dev libudev-dev libxinerama-dev libxcursor-dev libxi-dev
sudo apt-get install wine64
sudo apt-get install gcc-mingw-w64
sudo apt-get install gcc-mingw-w64 mingw-w64
- name: Run clang-format
run: clang-format --dry-run --Werror src/**/*.*pp
- name: Run CMake
Expand Down

0 comments on commit 76ab764

Please sign in to comment.