From 2075d4870f8e31e3f6ac7ef545b2861eff0ea3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bas=20du=20Pr=C3=A9?= Date: Tue, 8 Oct 2024 23:04:38 +0200 Subject: [PATCH] Update build-mingw.yml --- .github/workflows/build-mingw.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-mingw.yml b/.github/workflows/build-mingw.yml index d80a7b7..bf61ec5 100644 --- a/.github/workflows/build-mingw.yml +++ b/.github/workflows/build-mingw.yml @@ -17,7 +17,7 @@ jobs: with: msystem: MINGW64 update: true - install: mingw-w64-x86_64-clang git python3 mingw-w64-x86_64-gn + install: mingw-w64-x86_64-clang git python3 mingw-w64-x86_64-gn ninja - name: "Clone skia" run: git clone --depth 1 https://github.com/mono/skia.git @@ -27,11 +27,7 @@ jobs: cd skia rm bin/fetch-gn # not needed and will crash as it's not understanding msys echo -e '#!/bin/sh\nexit 0\n' > bin/fetch-gn - echo test: - bin/fetch-gn - echo done $? - python3 tools/git-sync-deps windows - python3 bin/fetch-ninja + python3 tools/git-sync-deps bin/gn gen out/lib --platform=mingw --args=' is_debug=false is_official_build=true