Skip to content

Commit

Permalink
Update cmake-worker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 634bd80 commit 30d4fdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
- name: Windows Install Libraries
if: startsWith(matrix.os, 'windows-')
run: |
ninja --version
git clone https://gitlab.freedesktop.org/freetype/freetype.git
cd freetype
cmake -S . -B ./cmake-build-debug -DCMAKE_C_COMPILER=gcc -G Ninja
cmake -S . -B ./cmake-build-debug -G Ninja -DCMAKE_C_COMPILER=gcc
cmake --build ./cmake-build-debug
- name: Linux Install Libraries
Expand All @@ -79,7 +80,7 @@ jobs:
sudo apt-get update
sudo apt-get install libfreetype6-dev
sudo apt-get install libsdl-dev
sudo apt-get install libsdl2-dev
sudo apt-get install libglew-dev
sudo apt-get install vulkan-sdk
Expand Down

0 comments on commit 30d4fdf

Please sign in to comment.