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 46f8bd5 commit 2290c17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ jobs:
- name: Windows Install Libraries
if: startsWith(matrix.os, 'windows-')
run: |
where ninja
where g++
exit 0
git clone https://gitlab.freedesktop.org/freetype/freetype.git
cd freetype
where ninja
cmake -S . -B ./cmake-build-debug -G Ninja -DCMAKE_C_COMPILER=gcc -DCMAKE_MAKE_PROGRAM=${{ github.workspace }}/ninja
cmake --build ./cmake-build-debug
Expand Down

0 comments on commit 2290c17

Please sign in to comment.