From 74b830159bfdde8753bd8d835dc3af9e9e731a3c Mon Sep 17 00:00:00 2001 From: Kingtous Date: Mon, 1 Aug 2022 14:56:13 +0800 Subject: [PATCH] add: ci dependencies --- .github/workflows/ci.yml | 2 +- flutter/lib/models/server_model.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d21dee60..39fca8c5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: shell: bash run: | case ${{ matrix.job.target }} in - x86_64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake libclang-dev ninja-build libappindicator3-dev;; + x86_64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake libclang-dev ninja-build libappindicator3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev;; # arm-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf ;; # aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu ;; esac diff --git a/flutter/lib/models/server_model.dart b/flutter/lib/models/server_model.dart index 9b5909a90..8ea9e1c93 100644 --- a/flutter/lib/models/server_model.dart +++ b/flutter/lib/models/server_model.dart @@ -127,7 +127,6 @@ class ServerModel with ChangeNotifier { updatePasswordModel() { var update = false; final temporaryPassword = gFFI.getByName("temporary_password"); - print("tempo passwd: ${temporaryPassword}"); final verificationMethod = gFFI.getByName("option", "verification-method"); if (_serverPasswd.text != temporaryPassword) { _serverPasswd.text = temporaryPassword;