opt: remove unnecessary doc

This commit is contained in:
Kingtous 2023-01-26 23:37:47 +08:00
parent db9afbcb01
commit c9715c4e87

View File

@ -8,7 +8,6 @@ on:
env:
LLVM_VERSION: "10.0"
# Note: currently 3.0.5 does not support arm64 officially, we use latest stable version first.
FLUTTER_VERSION: "3.7.0"
TAG_NAME: "nightly"
# vcpkg version: 2022.05.10
@ -999,7 +998,7 @@ jobs:
# disable git safe.directory
git config --global --add safe.directory "*"
pushd /opt
# clone repo and reset to flutter 3.0.5
# clone repo and reset to flutter 3.7.0
git clone https://github.com/sony/flutter-elinux.git || true
pushd flutter-elinux
# reset to flutter 3.7.0