Skip to content

Commit

Permalink
tosquash: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy authored Nov 28, 2024
1 parent 5ec8d67 commit ba976f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install -y build-essential cmake
sudo apt install libwayland-dev libxkbcommon-dev xorg-dev
sudo apt install -y build-essential cmake clang llvm mingw-w64-clang
sudo apt install libwayland-dev libxkbcommon-dev xorg-dev libstdc++-mingw-w64-dev
sudo apt install -y mingw-w64 mingw-w64-tools ninja-build libpthread-stubs0-dev
- name: Configure
run: cmake -Bbuild -Hexgine -DCMAKE_TOOLCHAIN_FILE=windows.cmake -DCMAKE_INSTALL_PREFIX=$PWD/install
Expand Down

0 comments on commit ba976f0

Please sign in to comment.