From e44548bd4c789937f4126c50254fcafc6aa20665 Mon Sep 17 00:00:00 2001 From: Anh Date: Fri, 22 Mar 2024 12:48:07 +0700 Subject: [PATCH] ci: fix Windows and Markdown check (#868) * Remove GitHub Action markdown-link-check since it's deprecated and caused many false positives * Replace Windows image with newer version * Temporary delete other workflows * Install Docker engine * Revert changes in cloudbuild scripts * Use Python v3.11 * Revert "Temporary delete other workflows" This reverts commit ba41eb141824a8a69b0b6f8dbc5b9574518afab6. --- .github/workflows/format-and-lint.yml | 5 ----- flutter/windows/docker/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index 4e46c45ea..51a5efcc7 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -118,11 +118,6 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: markdown-format run: make lint/markdown - - name: markdown-link - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - use-verbose-mode: yes - use-quiet-mode: yes yaml: needs: build-image diff --git a/flutter/windows/docker/Dockerfile b/flutter/windows/docker/Dockerfile index a86f057d8..732e1a399 100644 --- a/flutter/windows/docker/Dockerfile +++ b/flutter/windows/docker/Dockerfile @@ -32,7 +32,7 @@ RUN choco install -y --no-progress flutter --version 3.7.6 RUN choco install -y --no-progress git --version 2.33.0.2 RUN choco install -y --no-progress make --version 4.3 RUN choco install -y --no-progress bazelisk --version 1.16.0 -RUN choco install -y --no-progress python3 --version 3.9.0 && copy "C:\Python39\python.exe" "C:\Python39\python3.exe" +RUN choco install -y --no-progress python3 --version 3.11 && copy "C:\Python311\python.exe" "C:\Python311\python3.exe" RUN choco install -y --no-progress protoc --version 3.18.1 RUN python3 -m pip install --user numpy absl-py