From b731ea84d529d0a971b2fe34c20eb654f1fa9f34 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 4 Feb 2021 20:39:30 +0800 Subject: [PATCH] fix: build on windows --- .github/workflows/skia.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skia.yaml b/.github/workflows/skia.yaml index 3fc95471..b6a37d7f 100644 --- a/.github/workflows/skia.yaml +++ b/.github/workflows/skia.yaml @@ -30,9 +30,7 @@ jobs: check-latest: true - name: Set env - run: | - echo "${PWD}/depot_tools" >> $GITHUB_PATH - echo "C:\\msys64\\mingw64\\bin" >> $GITHUB_PATH + run: echo "${PWD}/depot_tools" >> $GITHUB_PATH shell: bash - name: Install tools on macOS @@ -42,7 +40,7 @@ jobs: - name: Install tools on Windows if: matrix.os == 'windows-latest' run: | - choco install ninja -y + choco install llvm ninja -y choco upgrade python -y pip install certifi